Html Css Color HEX #B2E360 Conifer

📋 copy color: '#B2E360'

red 178 ◦ green 227 ◦ blue 96

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

Shades of Conifer #B2E360

Tints of Conifer #B2E360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.31%

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

R = 35.53%
G = 45.31%
B = 19.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#B2E360 (or 0xB2E360) is known color: Conifer. HEX triplet: B2, E3 and 60. RGB value is (178,227,96). Sum of RGB (Red+Green+Blue) = 178+227+96=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E360 is #4D1C9F. Grayscale: #C5C5C5. Windows color (decimal): -5053600 or 6349746. OLE color: 6349746.

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

Color convert

RGB 178 227 96 -
CMYK 0.22 0 0.58 0.11
HSL 82.44º 0.7% 0.63% -
HSV(B) 82.44º 0.58% 0.89% -
XYZ 47.94 65.25 21.13 -
YUV 197.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 178 227 96 0.22 0 0.58 0.11 82.44 0.7 0.63
Hex B2 E3 60 16 0 3A B 52 46 3F
Octal 262 343 140 26 0 72 13 122 106 77
Binary 10110010 11100011 1100000 10110 0 111010 1011 1010010 1000110 111111

Color Harmonies of #B2E360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E360

Black with #B2E360

Text Example


Text Example

White with #B2E360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E360; }

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

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

background-color css

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

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

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

border-color css

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

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

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