#B9C342

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

Shades of Celery #B9C342

Tints of Celery #B9C342

Color information

#B9C342 (or 0xB9C342) is unknown color: approx Celery. HEX triplet: B9, C3 and 42. RGB value is (185,195,66). Sum of RGB (Red+Green+Blue) = 185+195+66=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C342 is #463CBD. Grayscale: #B1B1B1. Windows color (decimal): -4603070 or 4375481. OLE color: 4375481.

HSL color Cylindrical-coordinate representation of color #B9C342: hue angle of 64.65º 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 #B9C342 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB18519566-
CMYK0.0500.660.24
HSL64.65º51.81%51.18%-
HSV(B)64.65º66.15%76.47%-
XYZ40.5149.7412.62-
YUV177.365.19133.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=41.48%
G=43.72%
B=14.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185195660.0500.660.2464.6551.8151.18
HexB9C342504218413433
Octal27130310250102301016463
Binary1011100111000011100001010101000010110001000001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C342; }

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

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

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

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

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

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

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

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