#B3E252

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

Shades of Conifer #B3E252

Tints of Conifer #B3E252

Color information

#B3E252 (or 0xB3E252) is unknown color: approx Conifer. HEX triplet: B3, E2 and 52. RGB value is (179,226,82). Sum of RGB (Red+Green+Blue) = 179+226+82=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E252 is #4C1DAD. Grayscale: #C4C4C4. Windows color (decimal): -4988334 or 5431987. OLE color: 5431987.

HSL color Cylindrical-coordinate representation of color #B3E252: hue angle of 79.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3E252 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB17922682-
CMYK0.2100.640.11
HSL79.58º71.29%60.39%-
HSV(B)79.58º63.72%88.63%-
XYZ47.3164.5917.96-
YUV195.5363.93116.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 226 (88.67% from 255) = 46.41%
BLUE value IS 82 (32.42% from 255) = 16.84%
R=36.76%
G=46.41%
B=16.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179226820.2100.640.1179.5871.2960.39
HexB3E25215040B50473c
Octal2633421222501001312010774
Binary101100111110001010100101010101000000101110100001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E252; }

 p { color: rgb(179,226,82); }

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

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

 a { background-color: rgb(179,226,82); }

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

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

 span { border-color: rgb(179,226,82); }

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