#B0BF42

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

Shades of Celery #B0BF42

Tints of Celery #B0BF42

Color information

#B0BF42 (or 0xB0BF42) is unknown color: approx Celery. HEX triplet: B0, BF and 42. RGB value is (176,191,66). Sum of RGB (Red+Green+Blue) = 176+191+66=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF42 is #4F40BD. Grayscale: #ACACAC. Windows color (decimal): -5193918 or 4374448. OLE color: 4374448.

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

Color convert

RGB17619166-
CMYK0.0800.650.25
HSL67.2º49.41%50.39%-
HSV(B)67.2º65.45%74.9%-
XYZ37.5246.8912.23-
YUV172.2668.03130.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=40.65%
G=44.11%
B=15.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191660.0800.650.2567.249.4150.39
HexB0BF42804119433132
Octal260277102100101311036162
Binary10110000101111111000010100001000001110011000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF42; }

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

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

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

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

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

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

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

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