#B4D95D

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

Shades of Conifer #B4D95D

Tints of Conifer #B4D95D

Color information

#B4D95D (or 0xB4D95D) is unknown color: approx Conifer. HEX triplet: B4, D9 and 5D. RGB value is (180,217,93). Sum of RGB (Red+Green+Blue) = 180+217+93=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D95D is #4B26A2. Grayscale: #C0C0C0. Windows color (decimal): -4925091 or 6150580. OLE color: 6150580.

HSL color Cylindrical-coordinate representation of color #B4D95D: hue angle of 77.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4D95D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB18021793-
CMYK0.1700.570.15
HSL77.9º62%60.78%-
HSV(B)77.9º57.14%85.1%-
XYZ45.6160.1219.56-
YUV191.872.24119.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=36.73%
G=44.29%
B=18.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180217930.1700.570.1577.96260.78
HexB4D95D11039F4e3e3d
Octal26433113521071171167675
Binary1011010011011001101110110001011100111111001110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D95D; }

 p { color: rgb(180,217,93); }

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

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

 a { background-color: rgb(180,217,93); }

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

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

 span { border-color: rgb(180,217,93); }

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