#C0BC47

Color #C0BC47 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #C0BC47

Tints of Celery #C0BC47

Color information

#C0BC47 (or 0xC0BC47) is unknown color: approx Celery. HEX triplet: C0, BC and 47. RGB value is (192,188,71). Sum of RGB (Red+Green+Blue) = 192+188+71=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC47 is #3F43B8. Grayscale: #B0B0B0. Windows color (decimal): -4146105 or 4701376. OLE color: 4701376.

HSL color Cylindrical-coordinate representation of color #C0BC47: hue angle of 58.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0BC47 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19218871-
CMYK00.020.630.25
HSL58.02º48.99%51.57%-
HSV(B)58.02º63.02%75.29%-
XYZ40.8647.6313-
YUV175.8668.83139.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 71 (28.12% from 255) = 15.74%
R=42.57%
G=41.69%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921887100.020.630.2558.0248.9951.57
HexC0BC47023F193a3134
Octal300274107027731726164
Binary1100000010111100100011101011111111001111010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC47; }

 p { color: rgb(192,188,71); }

 H1.HeaderClassName
 {
   color: #C0BC47;
 }
 .AnyTagClassName
 {
   color: #C0BC47;
 }
</style>
background-color css

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

 a { background-color: rgb(192,188,71); }

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

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

 span { border-color: rgb(192,188,71); }

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