#C5C94B

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

Shades of Celery #C5C94B

Tints of Celery #C5C94B

Color information

#C5C94B (or 0xC5C94B) is unknown color: approx Celery. HEX triplet: C5, C9 and 4B. RGB value is (197,201,75). Sum of RGB (Red+Green+Blue) = 197+201+75=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C94B is #3A36B4. Grayscale: #B9B9B9. Windows color (decimal): -3815093 or 4966853. OLE color: 4966853.

HSL color Cylindrical-coordinate representation of color #C5C94B: hue angle of 61.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5C94B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB19720175-
CMYK0.0200.630.21
HSL61.9º53.85%54.12%-
HSV(B)61.9º62.69%78.82%-
XYZ45.1854.1514.73-
YUV185.4465.67136.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 201 (78.91% from 255) = 42.49%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=41.65%
G=42.49%
B=15.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197201750.0200.630.2161.953.8554.12
HexC5C94B203F153e3636
Octal305311113207725766666
Binary1100010111001001100101110011111110101111110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C94B; }

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

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

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

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

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

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

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

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