#C0BB46

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

Shades of Celery #C0BB46

Tints of Celery #C0BB46

Color information

#C0BB46 (or 0xC0BB46) is unknown color: approx Celery. HEX triplet: C0, BB and 46. RGB value is (192,187,70). Sum of RGB (Red+Green+Blue) = 192+187+70=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB46 is #3F44B9. Grayscale: #AFAFAF. Windows color (decimal): -4146362 or 4635584. OLE color: 4635584.

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

Color convert

RGB19218770-
CMYK00.030.640.25
HSL57.54º49.19%51.37%-
HSV(B)57.54º63.54%75.29%-
XYZ40.6147.1912.76-
YUV175.1668.66140.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 187 (73.44% from 255) = 41.65%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=42.76%
G=41.65%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921877000.030.640.2557.5449.1951.37
HexC0BB460340193a3133
Octal3002731060310031726163
Binary11000000101110111000110011100000011001111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB46; }

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

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

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

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

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

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

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

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