#B8BF42

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

Shades of Celery #B8BF42

Tints of Celery #B8BF42

Color information

#B8BF42 (or 0xB8BF42) is unknown color: approx Celery. HEX triplet: B8, BF and 42. RGB value is (184,191,66). Sum of RGB (Red+Green+Blue) = 184+191+66=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BF42 is #4740BD. Grayscale: #AFAFAF. Windows color (decimal): -4669630 or 4374456. OLE color: 4374456.

HSL color Cylindrical-coordinate representation of color #B8BF42: hue angle of 63.36º 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 #B8BF42 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB18419166-
CMYK0.0400.650.25
HSL63.36º49.41%50.39%-
HSV(B)63.36º65.45%74.9%-
XYZ39.3847.8512.31-
YUV174.6666.68134.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=41.72%
G=43.31%
B=14.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191660.0400.650.2563.3649.4150.39
HexB8BF424041193f3132
Octal2702771024010131776162
Binary101110001011111110000101000100000111001111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF42; }

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

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

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

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

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

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

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

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