#B5C442

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

Shades of Celery #B5C442

Tints of Celery #B5C442

Color information

#B5C442 (or 0xB5C442) is unknown color: approx Celery. HEX triplet: B5, C4 and 42. RGB value is (181,196,66). Sum of RGB (Red+Green+Blue) = 181+196+66=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C442 is #4A3BBD. Grayscale: #B1B1B1. Windows color (decimal): -4864958 or 4375733. OLE color: 4375733.

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

Color convert

RGB18119666-
CMYK0.0800.660.23
HSL66.92º52.42%51.37%-
HSV(B)66.92º66.33%76.86%-
XYZ39.7849.712.65-
YUV176.765.53131.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=40.86%
G=44.24%
B=14.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181196660.0800.660.2366.9252.4251.37
HexB5C442804217433433
Octal265304102100102271036463
Binary10110101110001001000010100001000010101111000011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C442; }

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

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

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

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

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

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

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

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