#B8DA6A

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

Shades of Conifer #B8DA6A

Tints of Conifer #B8DA6A

Color information

#B8DA6A (or 0xB8DA6A) is unknown color: approx Conifer. HEX triplet: B8, DA and 6A. RGB value is (184,218,106). Sum of RGB (Red+Green+Blue) = 184+218+106=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA6A is #472595. Grayscale: #C3C3C3. Windows color (decimal): -4662678 or 7002808. OLE color: 7002808.

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

Color convert

RGB184218106-
CMYK0.1600.510.15
HSL78.21º60.22%63.53%-
HSV(B)78.21º51.38%85.49%-
XYZ47.4461.3722.98-
YUV195.0777.74120.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 106 (41.80% from 255) = 20.87%
R=36.22%
G=42.91%
B=20.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181060.1600.510.1578.2160.2263.53
HexB8DA6A10033F4e3c40
Octal270332152200631711674100
Binary10111000110110101101010100000110011111110011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DA6A; }

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

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

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

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

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

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

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

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