#B2E85B

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

Shades of Conifer #B2E85B

Tints of Conifer #B2E85B

Color information

#B2E85B (or 0xB2E85B) is unknown color: approx Conifer. HEX triplet: B2, E8 and 5B. RGB value is (178,232,91). Sum of RGB (Red+Green+Blue) = 178+232+91=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E85B is #4D17A4. Grayscale: #C8C8C8. Windows color (decimal): -5052325 or 6023346. OLE color: 6023346.

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

Color convert

RGB17823291-
CMYK0.2300.610.09
HSL82.98º75.4%63.33%-
HSV(B)82.98º60.78%90.98%-
XYZ49.1167.9320.42-
YUV199.7866.61112.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 232 (91.02% from 255) = 46.31%
BLUE value IS 91 (35.94% from 255) = 18.16%
R=35.53%
G=46.31%
B=18.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178232910.2300.610.0982.9875.463.33
HexB2E85B1703D9534b3f
Octal262350133270751112311377
Binary10110010111010001011011101110111101100110100111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E85B; }

 p { color: rgb(178,232,91); }

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

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

 a { background-color: rgb(178,232,91); }

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

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

 span { border-color: rgb(178,232,91); }

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