#C0BE48

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

Shades of Celery #C0BE48

Tints of Celery #C0BE48

Color information

#C0BE48 (or 0xC0BE48) is unknown color: approx Celery. HEX triplet: C0, BE and 48. RGB value is (192,190,72). Sum of RGB (Red+Green+Blue) = 192+190+72=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE48 is #3F41B7. Grayscale: #B1B1B1. Windows color (decimal): -4145592 or 4767424. OLE color: 4767424.

HSL color Cylindrical-coordinate representation of color #C0BE48: hue angle of 59º 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 #C0BE48 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19219072-
CMYK00.010.630.25
HSL59º48.78%51.76%-
HSV(B)59º62.5%75.29%-
XYZ41.3248.513.31-
YUV177.1568.66138.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=42.29%
G=41.85%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921907200.010.630.255948.7851.76
HexC0BE48013F193b3134
Octal300276110017731736164
Binary110000001011111010010000111111111001111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE48; }

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

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

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

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

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

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

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

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