#C2BD4F

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

Shades of Celery #C2BD4F

Tints of Celery #C2BD4F

Color information

#C2BD4F (or 0xC2BD4F) is unknown color: approx Celery. HEX triplet: C2, BD and 4F. RGB value is (194,189,79). Sum of RGB (Red+Green+Blue) = 194+189+79=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD4F is #3D42B0. Grayscale: #B2B2B2. Windows color (decimal): -4014769 or 5225922. OLE color: 5225922.

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

Color convert

RGB19418979-
CMYK00.030.590.24
HSL57.39º48.52%53.53%-
HSV(B)57.39º59.28%76.08%-
XYZ41.8648.4314.54-
YUV177.9672.16139.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 79 (31.25% from 255) = 17.10%
R=41.99%
G=40.91%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941897900.030.590.2457.3948.5253.53
HexC2BD4F033B18393136
Octal302275117037330716166
Binary1100001010111101100111101111101111000111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD4F; }

 p { color: rgb(194,189,79); }

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

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

 a { background-color: rgb(194,189,79); }

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

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

 span { border-color: rgb(194,189,79); }

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