#C0BB48

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

Shades of Celery #C0BB48

Tints of Celery #C0BB48

Color information

#C0BB48 (or 0xC0BB48) is unknown color: approx Celery. HEX triplet: C0, BB and 48. RGB value is (192,187,72). Sum of RGB (Red+Green+Blue) = 192+187+72=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB48 is #3F44B7. Grayscale: #AFAFAF. Windows color (decimal): -4146360 or 4766656. OLE color: 4766656.

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

Color convert

RGB19218772-
CMYK00.030.630.25
HSL57.5º48.78%51.76%-
HSV(B)57.5º62.5%75.29%-
XYZ40.6847.2113.1-
YUV175.3869.66139.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 72 (28.52% from 255) = 15.96%
R=42.57%
G=41.46%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921877200.030.630.2557.548.7851.76
HexC0BB48033F193a3134
Octal300273110037731726164
Binary1100000010111011100100001111111111001111010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB48; }

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

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

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

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

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

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

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

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