#B9CC45

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

Shades of Celery #B9CC45

Tints of Celery #B9CC45

Color information

#B9CC45 (or 0xB9CC45) is unknown color: approx Celery. HEX triplet: B9, CC and 45. RGB value is (185,204,69). Sum of RGB (Red+Green+Blue) = 185+204+69=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC45 is #4633BA. Grayscale: #B7B7B7. Windows color (decimal): -4600763 or 4574393. OLE color: 4574393.

HSL color Cylindrical-coordinate representation of color #B9CC45: hue angle of 68.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9CC45 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB18520469-
CMYK0.0900.660.2
HSL68.44º56.96%53.53%-
HSV(B)68.44º66.18%80%-
XYZ42.6753.9313.79-
YUV182.9363.71129.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 204 (80.08% from 255) = 44.54%
BLUE value IS 69 (27.34% from 255) = 15.07%
R=40.39%
G=44.54%
B=15.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204690.0900.660.268.4456.9653.53
HexB9CC45904214443936
Octal271314105110102241047166
Binary10111001110011001000101100101000010101001000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC45; }

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

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

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

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

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

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

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

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