#B9BD37

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

Shades of Celery #B9BD37

Tints of Celery #B9BD37

Color information

#B9BD37 (or 0xB9BD37) is unknown color: approx Celery. HEX triplet: B9, BD and 37. RGB value is (185,189,55). Sum of RGB (Red+Green+Blue) = 185+189+55=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD37 is #4642C8. Grayscale: #ADADAD. Windows color (decimal): -4604617 or 3653049. OLE color: 3653049.

HSL color Cylindrical-coordinate representation of color #B9BD37: hue angle of 61.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9BD37 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18518955-
CMYK0.0200.710.26
HSL61.79º54.92%47.84%-
HSV(B)61.79º70.9%74.12%-
XYZ38.8946.9910.63-
YUV172.5361.67136.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 55 (21.88% from 255) = 12.82%
R=43.12%
G=44.06%
B=12.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189550.0200.710.2661.7954.9247.84
HexB9BD3720471A3e3730
Octal271275672010732766760
Binary1011100110111101110111100100011111010111110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD37; }

 p { color: rgb(185,189,55); }

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

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

 a { background-color: rgb(185,189,55); }

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

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

 span { border-color: rgb(185,189,55); }

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