#B8DA4E

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

Shades of Conifer #B8DA4E

Tints of Conifer #B8DA4E

Color information

#B8DA4E (or 0xB8DA4E) is unknown color: approx Conifer. HEX triplet: B8, DA and 4E. RGB value is (184,218,78). Sum of RGB (Red+Green+Blue) = 184+218+78=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA4E is #4725B1. Grayscale: #C0C0C0. Windows color (decimal): -4662706 or 5167800. OLE color: 5167800.

HSL color Cylindrical-coordinate representation of color #B8DA4E: hue angle of 74.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8DA4E is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB18421878-
CMYK0.1600.640.15
HSL74.57º65.42%58.04%-
HSV(B)74.57º64.22%85.49%-
XYZ46.2160.8816.52-
YUV191.8763.74122.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 218 (85.55% from 255) = 45.42%
BLUE value IS 78 (30.86% from 255) = 16.25%
R=38.33%
G=45.42%
B=16.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184218780.1600.640.1574.5765.4258.04
HexB8DA4E10040F4b413a
Octal2703321162001001711310172
Binary101110001101101010011101000001000000111110010111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DA4E; }

 p { color: rgb(184,218,78); }

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

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

 a { background-color: rgb(184,218,78); }

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

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

 span { border-color: rgb(184,218,78); }

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