Html Css Color HEX #C3BD50 Celery

📋 copy color: '#C3BD50'

red 195 ◦ green 189 ◦ blue 80

#C3BD50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C3BD50

Tints of Celery #C3BD50

RGB

 RED value IS 195 (76.56% from 255) = 42.03%

 GREEN value IS 189 (74.22% from 255) = 40.73%

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 42.03%
G = 40.73%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3BD50 (or 0xC3BD50) is known color: Celery. HEX triplet: C3, BD and 50. RGB value is (195,189,80). Sum of RGB (Red+Green+Blue) = 195+189+80=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD50 is #3C42AF. Grayscale: #B2B2B2. Windows color (decimal): -3949232 or 5291459. OLE color: 5291459.

HSL color Cylindrical-coordinate representation of color #C3BD50: hue angle of 56.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3BD50 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 80 -
CMYK 0 0.03 0.59 0.24
HSL 56.87º 0.49% 0.54% -
HSV(B) 56.87º 0.59% 0.76% -
XYZ 42.15 48.58 14.74 -
YUV 178.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 195 189 80 0 0.03 0.59 0.24 56.87 0.49 0.54
Hex C3 BD 50 0 3 3B 18 39 31 36
Octal 303 275 120 0 3 73 30 71 61 66
Binary 11000011 10111101 1010000 0 11 111011 11000 111001 110001 110110

Color Harmonies of #C3BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD50

Black with #C3BD50

Text Example


Text Example

White with #C3BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD50; }

 p { color: rgb(195,189,80); }

 H1.HeaderClassName
 {
   color: #C3BD50;
 }
 .AnyTagClassName
 {
   color: #C3BD50;
 }
</style>

background-color css

<style>
 a { background-color: #C3BD50; }

 a { background-color: rgb(195,189,80); }

 div.DivClassName
 {
   background-color: #C3BD50;
 }
 .BgClassName
 {
   background-color: #C3BD50;
 }
</style>

border-color css

<style>
 span { border-color: #C3BD50; }

 span { border-color: rgb(195,189,80); }

 td.TdClassName
 {
   border-color: #C3BD50;
 }
 .TagClassName
 {
   border-color: #C3BD50;
 }
</style>