#C0BE41

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

Shades of Celery #C0BE41

Tints of Celery #C0BE41

Color information

#C0BE41 (or 0xC0BE41) is unknown color: approx Celery. HEX triplet: C0, BE and 41. RGB value is (192,190,65). Sum of RGB (Red+Green+Blue) = 192+190+65=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE41 is #3F41BE. Grayscale: #B0B0B0. Windows color (decimal): -4145599 or 4308672. OLE color: 4308672.

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

Color convert

RGB19219065-
CMYK00.010.660.25
HSL59.06º50.2%50.39%-
HSV(B)59.06º66.15%75.29%-
XYZ41.1148.4212.18-
YUV176.3565.16139.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=42.95%
G=42.51%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921906500.010.660.2559.0650.250.39
HexC0BE410142193b3232
Octal3002761010110231736262
Binary1100000010111110100000101100001011001111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE41; }

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

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

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

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

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

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

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

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