#C2BE4D

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

Shades of Celery #C2BE4D

Tints of Celery #C2BE4D

Color information

#C2BE4D (or 0xC2BE4D) is unknown color: approx Celery. HEX triplet: C2, BE and 4D. RGB value is (194,190,77). Sum of RGB (Red+Green+Blue) = 194+190+77=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE4D is #3D41B2. Grayscale: #B2B2B2. Windows color (decimal): -4014515 or 5095106. OLE color: 5095106.

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

Color convert

RGB19419077-
CMYK00.020.600.24
HSL57.95º48.95%53.14%-
HSV(B)57.95º60.31%76.08%-
XYZ4248.8314.23-
YUV178.3170.83139.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 77 (30.47% from 255) = 16.70%
R=42.08%
G=41.21%
B=16.70%

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
Decimal1941907700.020.600.2457.9548.9553.14
HexC2BE4D023C183a3135
Octal302276115027430726165
Binary1100001010111110100110101011110011000111010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE4D; }

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

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

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

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

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

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

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

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