#C0BF40

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

Shades of Celery #C0BF40

Tints of Celery #C0BF40

Color information

#C0BF40 (or 0xC0BF40) is unknown color: approx Celery. HEX triplet: C0, BF and 40. RGB value is (192,191,64). Sum of RGB (Red+Green+Blue) = 192+191+64=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF40 is #3F40BF. Grayscale: #B1B1B1. Windows color (decimal): -4145344 or 4243392. OLE color: 4243392.

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

Color convert

RGB19219164-
CMYK00.010.670.25
HSL59.53º50.39%50.2%-
HSV(B)59.53º66.67%75.29%-
XYZ41.2948.8412.1-
YUV176.8264.33138.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=42.95%
G=42.73%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921916400.010.670.2559.5350.3950.2
HexC0BF400143193c3232
Octal3002771000110331746262
Binary1100000010111111100000001100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF40; }

 p { color: rgb(192,191,64); }

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

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

 a { background-color: rgb(192,191,64); }

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

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

 span { border-color: rgb(192,191,64); }

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