#B2E769

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

Shades of Conifer #B2E769

Tints of Conifer #B2E769

Color information

#B2E769 (or 0xB2E769) is unknown color: approx Conifer. HEX triplet: B2, E7 and 69. RGB value is (178,231,105). Sum of RGB (Red+Green+Blue) = 178+231+105=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E769 is #4D1896. Grayscale: #C9C9C9. Windows color (decimal): -5052567 or 6940594. OLE color: 6940594.

HSL color Cylindrical-coordinate representation of color #B2E769: hue angle of 85.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2E769 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB178231105-
CMYK0.2300.550.09
HSL85.24º72.41%65.88%-
HSV(B)85.24º54.55%90.59%-
XYZ49.4967.6423.81-
YUV200.7973.94111.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 231 (90.62% from 255) = 44.94%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=34.63%
G=44.94%
B=20.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782311050.2300.550.0985.2472.4165.88
HexB2E769170379554842
Octal2623471512706711125110102
Binary101100101110011111010011011101101111001101010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E769; }

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

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

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

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

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

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

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

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