#B2D467

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

Shades of Conifer #B2D467

Tints of Conifer #B2D467

Color information

#B2D467 (or 0xB2D467) is unknown color: approx Conifer. HEX triplet: B2, D4 and 67. RGB value is (178,212,103). Sum of RGB (Red+Green+Blue) = 178+212+103=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D467 is #4D2B98. Grayscale: #BDBDBD. Windows color (decimal): -5057433 or 6804658. OLE color: 6804658.

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

Color convert

RGB178212103-
CMYK0.1600.510.17
HSL78.72º55.9%61.76%-
HSV(B)78.72º51.42%83.14%-
XYZ44.3557.5321.6-
YUV189.4179.24119.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=36.11%
G=43.00%
B=20.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121030.1600.510.1778.7255.961.76
HexB2D46710033114f383e
Octal26232414720063211177076
Binary10110010110101001100111100000110011100011001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D467; }

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

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

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

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

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

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

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

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