#C2BC4E

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

Shades of Celery #C2BC4E

Tints of Celery #C2BC4E

Color information

#C2BC4E (or 0xC2BC4E) is unknown color: approx Celery. HEX triplet: C2, BC and 4E. RGB value is (194,188,78). Sum of RGB (Red+Green+Blue) = 194+188+78=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC4E is #3D43B1. Grayscale: #B1B1B1. Windows color (decimal): -4015026 or 5160130. OLE color: 5160130.

HSL color Cylindrical-coordinate representation of color #C2BC4E: hue angle of 56.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2BC4E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19418878-
CMYK00.030.600.24
HSL56.9º48.74%53.33%-
HSV(B)56.9º59.79%76.08%-
XYZ41.6147.9914.28-
YUV177.2571.99139.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=42.17%
G=40.87%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941887800.030.600.2456.948.7453.33
HexC2BC4E033C18393135
Octal302274116037430716165
Binary1100001010111100100111001111110011000111001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC4E; }

 p { color: rgb(194,188,78); }

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

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

 a { background-color: rgb(194,188,78); }

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

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

 span { border-color: rgb(194,188,78); }

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