#B1BD39

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

Shades of Celery #B1BD39

Tints of Celery #B1BD39

Color information

#B1BD39 (or 0xB1BD39) is unknown color: approx Celery. HEX triplet: B1, BD and 39. RGB value is (177,189,57). Sum of RGB (Red+Green+Blue) = 177+189+57=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD39 is #4E42C6. Grayscale: #AAAAAA. Windows color (decimal): -5128903 or 3784113. OLE color: 3784113.

HSL color Cylindrical-coordinate representation of color #B1BD39: hue angle of 65.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1BD39 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB17718957-
CMYK0.0600.700.26
HSL65.45º53.66%48.24%-
HSV(B)65.45º69.84%74.12%-
XYZ37.0746.0410.8-
YUV170.3664.02132.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=41.84%
G=44.68%
B=13.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177189570.0600.700.2665.4553.6648.24
HexB1BD3960461A413630
Octal2612757160106321016660
Binary101100011011110111100111001000110110101000001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD39; }

 p { color: rgb(177,189,57); }

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

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

 a { background-color: rgb(177,189,57); }

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

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

 span { border-color: rgb(177,189,57); }

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