#B5C234

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

Shades of Celery #B5C234

Tints of Celery #B5C234

Color information

#B5C234 (or 0xB5C234) is unknown color: approx Celery. HEX triplet: B5, C2 and 34. RGB value is (181,194,52). Sum of RGB (Red+Green+Blue) = 181+194+52=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C234 is #4A3DCB. Grayscale: #AEAEAE. Windows color (decimal): -4865484 or 3457717. OLE color: 3457717.

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

Color convert

RGB18119452-
CMYK0.0700.730.24
HSL65.49º57.72%48.24%-
HSV(B)65.49º73.2%76.08%-
XYZ38.9748.6610.59-
YUV173.9259.19133.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=42.39%
G=45.43%
B=12.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181194520.0700.730.2465.4957.7248.24
HexB5C234704918413a30
Octal2653026470111301017260
Binary101101011100001011010011101001001110001000001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C234; }

 p { color: rgb(181,194,52); }

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

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

 a { background-color: rgb(181,194,52); }

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

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

 span { border-color: rgb(181,194,52); }

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