#B5C34B

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

Shades of Celery #B5C34B

Tints of Celery #B5C34B

Color information

#B5C34B (or 0xB5C34B) is unknown color: approx Celery. HEX triplet: B5, C3 and 4B. RGB value is (181,195,75). Sum of RGB (Red+Green+Blue) = 181+195+75=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C34B is #4A3CB4. Grayscale: #B1B1B1. Windows color (decimal): -4865205 or 4965301. OLE color: 4965301.

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

Color convert

RGB18119575-
CMYK0.0700.620.24
HSL67º50%52.94%-
HSV(B)67º61.54%76.47%-
XYZ39.8449.3614.08-
YUV177.1370.36130.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=40.13%
G=43.24%
B=16.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181195750.0700.620.24675052.94
HexB5C34B703E18433235
Octal2653031137076301036265
Binary101101011100001110010111110111110110001000011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C34B; }

 p { color: rgb(181,195,75); }

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

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

 a { background-color: rgb(181,195,75); }

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

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

 span { border-color: rgb(181,195,75); }

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