#B9C445

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

Shades of Celery #B9C445

Tints of Celery #B9C445

Color information

#B9C445 (or 0xB9C445) is unknown color: approx Celery. HEX triplet: B9, C4 and 45. RGB value is (185,196,69). Sum of RGB (Red+Green+Blue) = 185+196+69=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C445 is #463BBA. Grayscale: #B2B2B2. Windows color (decimal): -4602811 or 4572345. OLE color: 4572345.

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

Color convert

RGB18519669-
CMYK0.0600.650.23
HSL65.2º51.84%51.96%-
HSV(B)65.2º64.8%76.86%-
XYZ40.8250.2213.17-
YUV178.2366.36132.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=41.11%
G=43.56%
B=15.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185196690.0600.650.2365.251.8451.96
HexB9C445604117413434
Octal27130410560101271016464
Binary1011100111000100100010111001000001101111000001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C445; }

 p { color: rgb(185,196,69); }

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

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

 a { background-color: rgb(185,196,69); }

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

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

 span { border-color: rgb(185,196,69); }

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