#B1BF52

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

Shades of Celery #B1BF52

Tints of Celery #B1BF52

Color information

#B1BF52 (or 0xB1BF52) is unknown color: approx Celery. HEX triplet: B1, BF and 52. RGB value is (177,191,82). Sum of RGB (Red+Green+Blue) = 177+191+82=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF52 is #4E40AD. Grayscale: #AEAEAE. Windows color (decimal): -5128366 or 5423025. OLE color: 5423025.

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

Color convert

RGB17719182-
CMYK0.0700.570.25
HSL67.71º45.99%53.53%-
HSV(B)67.71º57.07%74.9%-
XYZ38.2947.2215.08-
YUV174.3975.86129.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=39.33%
G=42.44%
B=18.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191820.0700.570.2567.7145.9953.53
HexB1BF52703919442e36
Octal2612771227071311045666
Binary101100011011111110100101110111001110011000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF52; }

 p { color: rgb(177,191,82); }

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

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

 a { background-color: rgb(177,191,82); }

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

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

 span { border-color: rgb(177,191,82); }

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