#B8DE5A

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

Shades of Conifer #B8DE5A

Tints of Conifer #B8DE5A

Color information

#B8DE5A (or 0xB8DE5A) is unknown color: approx Conifer. HEX triplet: B8, DE and 5A. RGB value is (184,222,90). Sum of RGB (Red+Green+Blue) = 184+222+90=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DE5A is #4721A5. Grayscale: #C4C4C4. Windows color (decimal): -4661670 or 5955256. OLE color: 5955256.

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

Color convert

RGB18422290-
CMYK0.1700.590.13
HSL77.27º66.67%61.18%-
HSV(B)77.27º59.46%87.06%-
XYZ47.7363.1719.35-
YUV195.5968.41119.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=37.10%
G=44.76%
B=18.15%

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
Decimal184222900.1700.590.1377.2766.6761.18
HexB8DE5A1103BD4d433d
Octal270336132210731511510375
Binary10111000110111101011010100010111011110110011011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DE5A; }

 p { color: rgb(184,222,90); }

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

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

 a { background-color: rgb(184,222,90); }

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

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

 span { border-color: rgb(184,222,90); }

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