Html Css Color HEX #B2E160 Conifer

📋 copy color: '#B2E160'

red 178 ◦ green 225 ◦ blue 96

#B2E160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B2E160

Tints of Conifer #B2E160

RGB

 RED value IS 178 (69.92% from 255) = 35.67%

 GREEN value IS 225 (88.28% from 255) = 45.09%

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 35.67%
G = 45.09%
B = 19.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#B2E160 (or 0xB2E160) is known color: Conifer. HEX triplet: B2, E1 and 60. RGB value is (178,225,96). Sum of RGB (Red+Green+Blue) = 178+225+96=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E160 is #4D1E9F. Grayscale: #C4C4C4. Windows color (decimal): -5054112 or 6349234. OLE color: 6349234.

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

Color convert

RGB 178 225 96 -
CMYK 0.21 0 0.57 0.12
HSL 81.86º 0.68% 0.63% -
HSV(B) 81.86º 0.57% 0.88% -
XYZ 47.4 64.16 20.95 -
YUV 196.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 178 225 96 0.21 0 0.57 0.12 81.86 0.68 0.63
Hex B2 E1 60 15 0 39 C 52 44 3F
Octal 262 341 140 25 0 71 14 122 104 77
Binary 10110010 11100001 1100000 10101 0 111001 1100 1010010 1000100 111111

Color Harmonies of #B2E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E160

Black with #B2E160

Text Example


Text Example

White with #B2E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E160; }

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

 H1.HeaderClassName
 {
   color: #B2E160;
 }
 .AnyTagClassName
 {
   color: #B2E160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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