#B2D769

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

Shades of Conifer #B2D769

Tints of Conifer #B2D769

Color information

#B2D769 (or 0xB2D769) is unknown color: approx Conifer. HEX triplet: B2, D7 and 69. RGB value is (178,215,105). Sum of RGB (Red+Green+Blue) = 178+215+105=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D769 is #4D2896. Grayscale: #BFBFBF. Windows color (decimal): -5056663 or 6936498. OLE color: 6936498.

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

Color convert

RGB178215105-
CMYK0.1700.510.16
HSL80.18º57.89%62.75%-
HSV(B)80.18º51.16%84.31%-
XYZ45.2159.0922.39-
YUV191.479.24118.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 105 (41.41% from 255) = 21.08%
R=35.74%
G=43.17%
B=21.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782151050.1700.510.1680.1857.8962.75
HexB2D7691103310503a3f
Octal26232715121063201207277
Binary10110010110101111101001100010110011100001010000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D769; }

 p { color: rgb(178,215,105); }

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

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

 a { background-color: rgb(178,215,105); }

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

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

 span { border-color: rgb(178,215,105); }

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