#B2E369

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

Shades of Conifer #B2E369

Tints of Conifer #B2E369

Color information

#B2E369 (or 0xB2E369) is unknown color: approx Conifer. HEX triplet: B2, E3 and 69. RGB value is (178,227,105). Sum of RGB (Red+Green+Blue) = 178+227+105=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E369 is #4D1C96. Grayscale: #C6C6C6. Windows color (decimal): -5053591 or 6939570. OLE color: 6939570.

HSL color Cylindrical-coordinate representation of color #B2E369: hue angle of 84.1º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2E369 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB178227105-
CMYK0.2200.540.11
HSL84.1º68.54%65.1%-
HSV(B)84.1º53.74%89.02%-
XYZ48.3865.4223.44-
YUV198.4475.27113.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 227 (89.06% from 255) = 44.51%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=34.90%
G=44.51%
B=20.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782271050.2200.540.1184.168.5465.1
HexB2E36916036B544541
Octal2623431512606613124105101
Binary101100101110001111010011011001101101011101010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E369; }

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

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

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

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

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

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

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

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