#B2E167

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

Shades of Conifer #B2E167

Tints of Conifer #B2E167

Color information

#B2E167 (or 0xB2E167) is unknown color: approx Conifer. HEX triplet: B2, E1 and 67. RGB value is (178,225,103). Sum of RGB (Red+Green+Blue) = 178+225+103=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E167 is #4D1E98. Grayscale: #C5C5C5. Windows color (decimal): -5054105 or 6807986. OLE color: 6807986.

HSL color Cylindrical-coordinate representation of color #B2E167: hue angle of 83.11º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2E167 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB178225103-
CMYK0.2100.540.12
HSL83.11º67.03%64.31%-
HSV(B)83.11º54.22%88.24%-
XYZ47.7364.2922.73-
YUV197.0474.93114.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 103 (40.62% from 255) = 20.36%
R=35.18%
G=44.47%
B=20.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251030.2100.540.1283.1167.0364.31
HexB2E16715036C534340
Octal2623411472506614123103100
Binary101100101110000111001111010101101101100101001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E167; }

 p { color: rgb(178,225,103); }

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

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

 a { background-color: rgb(178,225,103); }

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

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

 span { border-color: rgb(178,225,103); }

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