#C2BB4B

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

Shades of Celery #C2BB4B

Tints of Celery #C2BB4B

Color information

#C2BB4B (or 0xC2BB4B) is unknown color: approx Celery. HEX triplet: C2, BB and 4B. RGB value is (194,187,75). Sum of RGB (Red+Green+Blue) = 194+187+75=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB4B is #3D44B4. Grayscale: #B0B0B0. Windows color (decimal): -4015285 or 4963266. OLE color: 4963266.

HSL color Cylindrical-coordinate representation of color #C2BB4B: hue angle of 56.47º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BB4B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19418775-
CMYK00.040.610.24
HSL56.47º49.38%52.75%-
HSV(B)56.47º61.34%76.08%-
XYZ41.2947.5213.65-
YUV176.3270.82140.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=42.54%
G=41.01%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941877500.040.610.2456.4749.3852.75
HexC2BB4B043D18383135
Octal302273113047530706165
Binary11000010101110111001011010011110111000111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB4B; }

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

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

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

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

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

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

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

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