#C2BE4E

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

Shades of Celery #C2BE4E

Tints of Celery #C2BE4E

Color information

#C2BE4E (or 0xC2BE4E) is unknown color: approx Celery. HEX triplet: C2, BE and 4E. RGB value is (194,190,78). Sum of RGB (Red+Green+Blue) = 194+190+78=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE4E is #3D41B1. Grayscale: #B2B2B2. Windows color (decimal): -4014514 or 5160642. OLE color: 5160642.

HSL color Cylindrical-coordinate representation of color #C2BE4E: hue angle of 57.93º 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 #C2BE4E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19419078-
CMYK00.020.600.24
HSL57.93º48.74%53.33%-
HSV(B)57.93º59.79%76.08%-
XYZ42.0448.8514.42-
YUV178.4371.33139.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 78 (30.86% from 255) = 16.88%
R=41.99%
G=41.13%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941907800.020.600.2457.9348.7453.33
HexC2BE4E023C183a3135
Octal302276116027430726165
Binary1100001010111110100111001011110011000111010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE4E; }

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

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

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

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

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

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

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

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