#B9C33A

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

Shades of Celery #B9C33A

Tints of Celery #B9C33A

Color information

#B9C33A (or 0xB9C33A) is unknown color: approx Celery. HEX triplet: B9, C3 and 3A. RGB value is (185,195,58). Sum of RGB (Red+Green+Blue) = 185+195+58=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C33A is #463CC5. Grayscale: #B0B0B0. Windows color (decimal): -4603078 or 3851193. OLE color: 3851193.

HSL color Cylindrical-coordinate representation of color #B9C33A: hue angle of 64.38º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9C33A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB18519558-
CMYK0.0500.700.24
HSL64.38º54.15%49.61%-
HSV(B)64.38º70.26%76.47%-
XYZ40.2949.6511.46-
YUV176.3961.19134.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 58 (23.05% from 255) = 13.24%
R=42.24%
G=44.52%
B=13.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185195580.0500.700.2464.3854.1549.61
HexB9C33A504618403632
Octal2713037250106301006662
Binary101110011100001111101010101000110110001000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C33A; }

 p { color: rgb(185,195,58); }

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

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

 a { background-color: rgb(185,195,58); }

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

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

 span { border-color: rgb(185,195,58); }

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