#B2CA4B

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

Shades of Celery #B2CA4B

Tints of Celery #B2CA4B

Color information

#B2CA4B (or 0xB2CA4B) is unknown color: approx Celery. HEX triplet: B2, CA and 4B. RGB value is (178,202,75). Sum of RGB (Red+Green+Blue) = 178+202+75=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA4B is #4D35B4. Grayscale: #B4B4B4. Windows color (decimal): -5060021 or 4967090. OLE color: 4967090.

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

Color convert

RGB17820275-
CMYK0.1200.630.21
HSL71.34º54.51%54.31%-
HSV(B)71.34º62.87%79.22%-
XYZ40.7552.2114.59-
YUV180.3568.55126.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=39.12%
G=44.40%
B=16.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202750.1200.630.2171.3454.5154.31
HexB2CA4BC03F15473736
Octal26231211314077251076766
Binary1011001011001010100101111000111111101011000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA4B; }

 p { color: rgb(178,202,75); }

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

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

 a { background-color: rgb(178,202,75); }

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

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

 span { border-color: rgb(178,202,75); }

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