#B0BF54

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

Shades of Celery #B0BF54

Tints of Celery #B0BF54

Color information

#B0BF54 (or 0xB0BF54) is unknown color: approx Celery. HEX triplet: B0, BF and 54. RGB value is (176,191,84). Sum of RGB (Red+Green+Blue) = 176+191+84=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF54 is #4F40AB. Grayscale: #AEAEAE. Windows color (decimal): -5193900 or 5554096. OLE color: 5554096.

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

Color convert

RGB17619184-
CMYK0.0800.560.25
HSL68.41º45.53%53.92%-
HSV(B)68.41º56.02%74.9%-
XYZ38.1447.1315.47-
YUV174.3277.03129.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 84 (33.20% from 255) = 18.63%
R=39.02%
G=42.35%
B=18.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191840.0800.560.2568.4145.5353.92
HexB0BF54803819442e36
Octal26027712410070311045666
Binary1011000010111111101010010000111000110011000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF54; }

 p { color: rgb(176,191,84); }

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

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

 a { background-color: rgb(176,191,84); }

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

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

 span { border-color: rgb(176,191,84); }

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