#C2C94B

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

Shades of Celery #C2C94B

Tints of Celery #C2C94B

Color information

#C2C94B (or 0xC2C94B) is unknown color: approx Celery. HEX triplet: C2, C9 and 4B. RGB value is (194,201,75). Sum of RGB (Red+Green+Blue) = 194+201+75=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C94B is #3D36B4. Grayscale: #B9B9B9. Windows color (decimal): -4011701 or 4966850. OLE color: 4966850.

HSL color Cylindrical-coordinate representation of color #C2C94B: hue angle of 63.33º 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 #C2C94B is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB19420175-
CMYK0.0300.630.21
HSL63.33º53.85%54.12%-
HSV(B)63.33º62.69%78.82%-
XYZ44.453.7514.69-
YUV184.5466.18134.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 75 (29.69% from 255) = 15.96%
R=41.28%
G=42.77%
B=15.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194201750.0300.630.2163.3353.8554.12
HexC2C94B303F153f3636
Octal302311113307725776666
Binary1100001011001001100101111011111110101111111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C94B; }

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

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

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

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

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

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

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

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