#B5C342

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

Shades of Celery #B5C342

Tints of Celery #B5C342

Color information

#B5C342 (or 0xB5C342) is unknown color: approx Celery. HEX triplet: B5, C3 and 42. RGB value is (181,195,66). Sum of RGB (Red+Green+Blue) = 181+195+66=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C342 is #4A3CBD. Grayscale: #B0B0B0. Windows color (decimal): -4865214 or 4375477. OLE color: 4375477.

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

Color convert

RGB18119566-
CMYK0.0700.660.24
HSL66.51º51.81%51.18%-
HSV(B)66.51º66.15%76.47%-
XYZ39.5549.2512.58-
YUV176.1165.86131.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 66 (26.17% from 255) = 14.93%
R=40.95%
G=44.12%
B=14.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181195660.0700.660.2466.5151.8151.18
HexB5C342704218433433
Octal26530310270102301036463
Binary1011010111000011100001011101000010110001000011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C342; }

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

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

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

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

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

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

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

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