#B8DF5B

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

Shades of Conifer #B8DF5B

Tints of Conifer #B8DF5B

Color information

#B8DF5B (or 0xB8DF5B) is unknown color: approx Conifer. HEX triplet: B8, DF and 5B. RGB value is (184,223,91). Sum of RGB (Red+Green+Blue) = 184+223+91=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DF5B is #4720A4. Grayscale: #C4C4C4. Windows color (decimal): -4661413 or 6021048. OLE color: 6021048.

HSL color Cylindrical-coordinate representation of color #B8DF5B: hue angle of 77.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8DF5B is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB18422391-
CMYK0.1700.590.13
HSL77.73º67.35%61.57%-
HSV(B)77.73º59.19%87.45%-
XYZ48.0463.7219.66-
YUV196.2968.58119.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=36.95%
G=44.78%
B=18.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184223910.1700.590.1377.7367.3561.57
HexB8DF5B1103BD4e433e
Octal270337133210731511610376
Binary10111000110111111011011100010111011110110011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DF5B; }

 p { color: rgb(184,223,91); }

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

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

 a { background-color: rgb(184,223,91); }

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

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

 span { border-color: rgb(184,223,91); }

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