#B1BE5D

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

Shades of Celery #B1BE5D

Tints of Celery #B1BE5D

Color information

#B1BE5D (or 0xB1BE5D) is unknown color: approx Celery. HEX triplet: B1, BE and 5D. RGB value is (177,190,93). Sum of RGB (Red+Green+Blue) = 177+190+93=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE5D is #4E41A2. Grayscale: #AFAFAF. Windows color (decimal): -5128611 or 6143665. OLE color: 6143665.

HSL color Cylindrical-coordinate representation of color #B1BE5D: hue angle of 68.04º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1BE5D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB17719093-
CMYK0.0700.510.25
HSL68.04º42.73%55.49%-
HSV(B)68.04º51.05%74.51%-
XYZ38.5246.9617.39-
YUV175.0581.69129.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 93 (36.72% from 255) = 20.22%
R=38.48%
G=41.30%
B=20.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177190930.0700.510.2568.0442.7355.49
HexB1BE5D703319442b37
Octal2612761357063311045367
Binary101100011011111010111011110110011110011000100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE5D; }

 p { color: rgb(177,190,93); }

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

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

 a { background-color: rgb(177,190,93); }

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

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

 span { border-color: rgb(177,190,93); }

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