#B2D459

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

Shades of Conifer #B2D459

Tints of Conifer #B2D459

Color information

#B2D459 (or 0xB2D459) is unknown color: approx Conifer. HEX triplet: B2, D4 and 59. RGB value is (178,212,89). Sum of RGB (Red+Green+Blue) = 178+212+89=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D459 is #4D2BA6. Grayscale: #BCBCBC. Windows color (decimal): -5057447 or 5887154. OLE color: 5887154.

HSL color Cylindrical-coordinate representation of color #B2D459: hue angle of 76.59º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2D459 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB17821289-
CMYK0.1600.580.17
HSL76.59º58.85%59.02%-
HSV(B)76.59º58.02%83.14%-
XYZ43.7157.2718.2-
YUV187.8172.24121-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 89 (35.16% from 255) = 18.58%
R=37.16%
G=44.26%
B=18.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178212890.1600.580.1776.5958.8559.02
HexB2D4591003A114d3b3b
Octal26232413120072211157373
Binary10110010110101001011001100000111010100011001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D459; }

 p { color: rgb(178,212,89); }

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

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

 a { background-color: rgb(178,212,89); }

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

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

 span { border-color: rgb(178,212,89); }

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