#B2C14C

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

Shades of Celery #B2C14C

Tints of Celery #B2C14C

Color information

#B2C14C (or 0xB2C14C) is unknown color: approx Celery. HEX triplet: B2, C1 and 4C. RGB value is (178,193,76). Sum of RGB (Red+Green+Blue) = 178+193+76=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C14C is #4D3EB3. Grayscale: #AFAFAF. Windows color (decimal): -5062324 or 5030322. OLE color: 5030322.

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

Color convert

RGB17819376-
CMYK0.0800.610.24
HSL67.69º48.55%52.75%-
HSV(B)67.69º60.62%75.69%-
XYZ38.7348.1314.09-
YUV175.1872.03130.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=39.82%
G=43.18%
B=17.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178193760.0800.610.2467.6948.5552.75
HexB2C14C803D18443135
Octal26230111410075301046165
Binary1011001011000001100110010000111101110001000100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C14C; }

 p { color: rgb(178,193,76); }

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

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

 a { background-color: rgb(178,193,76); }

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

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

 span { border-color: rgb(178,193,76); }

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