#B2D465

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

Shades of Conifer #B2D465

Tints of Conifer #B2D465

Color information

#B2D465 (or 0xB2D465) is unknown color: approx Conifer. HEX triplet: B2, D4 and 65. RGB value is (178,212,101). Sum of RGB (Red+Green+Blue) = 178+212+101=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D465 is #4D2B9A. Grayscale: #BDBDBD. Windows color (decimal): -5057435 or 6673586. OLE color: 6673586.

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

Color convert

RGB178212101-
CMYK0.1600.520.17
HSL78.38º56.35%61.37%-
HSV(B)78.38º52.36%83.14%-
XYZ44.2557.4921.08-
YUV189.1878.24120.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=36.25%
G=43.18%
B=20.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121010.1600.520.1778.3856.3561.37
HexB2D46510034114e383d
Octal26232414520064211167075
Binary10110010110101001100101100000110100100011001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D465; }

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

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

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

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

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

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

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

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