Html Css Color HEX #C0BB42 Celery

📋 copy color: '#C0BB42'

red 192 ◦ green 187 ◦ blue 66

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

Shades of Celery #C0BB42

Tints of Celery #C0BB42

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

 GREEN value IS 187 (73.44% from 255) = 42.02%

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 43.15%
G = 42.02%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0BB42 (or 0xC0BB42) is known color: Celery. HEX triplet: C0, BB and 42. RGB value is (192,187,66). Sum of RGB (Red+Green+Blue) = 192+187+66=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB42 is #3F44BD. Grayscale: #AFAFAF. Windows color (decimal): -4146366 or 4373440. OLE color: 4373440.

HSL color Cylindrical-coordinate representation of color #C0BB42: hue angle of 57.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0BB42 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 66 -
CMYK 0 0.03 0.66 0.25
HSL 57.62º 0.5% 0.51% -
HSV(B) 57.62º 0.66% 0.75% -
XYZ 40.49 47.14 12.12 -
YUV 174.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 192 187 66 0 0.03 0.66 0.25 57.62 0.5 0.51
Hex C0 BB 42 0 3 42 19 3A 32 33
Octal 300 273 102 0 3 102 31 72 62 63
Binary 11000000 10111011 1000010 0 11 1000010 11001 111010 110010 110011

Color Harmonies of #C0BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB42

Black with #C0BB42

Text Example


Text Example

White with #C0BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB42; }

 p { color: rgb(192,187,66); }

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

background-color css

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

 a { background-color: rgb(192,187,66); }

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

border-color css

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

 span { border-color: rgb(192,187,66); }

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