#C5BD4B

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

Shades of Celery #C5BD4B

Tints of Celery #C5BD4B

Color information

#C5BD4B (or 0xC5BD4B) is unknown color: approx Celery. HEX triplet: C5, BD and 4B. RGB value is (197,189,75). Sum of RGB (Red+Green+Blue) = 197+189+75=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD4B is #3A42B4. Grayscale: #B2B2B2. Windows color (decimal): -3818165 or 4963781. OLE color: 4963781.

HSL color Cylindrical-coordinate representation of color #C5BD4B: hue angle of 56.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5BD4B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19718975-
CMYK00.040.620.23
HSL56.07º51.26%53.33%-
HSV(B)56.07º61.93%77.25%-
XYZ42.4948.7713.83-
YUV178.469.65141.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=42.73%
G=41.00%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971897500.040.620.2356.0751.2653.33
HexC5BD4B043E17383335
Octal305275113047627706365
Binary11000101101111011001011010011111010111111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD4B; }

 p { color: rgb(197,189,75); }

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

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

 a { background-color: rgb(197,189,75); }

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

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

 span { border-color: rgb(197,189,75); }

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