Html Css Color HEX #B6E060 Conifer

📋 copy color: '#B6E060'

red 182 ◦ green 224 ◦ blue 96

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

Shades of Conifer #B6E060

Tints of Conifer #B6E060

RGB

 RED value IS 182 (71.48% from 255) = 36.25%

 GREEN value IS 224 (87.89% from 255) = 44.62%

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

R = 36.25%
G = 44.62%
B = 19.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#B6E060 (or 0xB6E060) is known color: Conifer. HEX triplet: B6, E0 and 60. RGB value is (182,224,96). Sum of RGB (Red+Green+Blue) = 182+224+96=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E060 is #491F9F. Grayscale: #C5C5C5. Windows color (decimal): -4792224 or 6348982. OLE color: 6348982.

HSL color Cylindrical-coordinate representation of color #B6E060: hue angle of 79.69º degrees, saturation: 0.67, 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 #B6E060 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 224 96 -
CMYK 0.19 0 0.57 0.12
HSL 79.69º 0.67% 0.63% -
HSV(B) 79.69º 0.57% 0.88% -
XYZ 48.06 64.1 20.91 -
YUV 196.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 182 224 96 0.19 0 0.57 0.12 79.69 0.67 0.63
Hex B6 E0 60 13 0 39 C 50 43 3F
Octal 266 340 140 23 0 71 14 120 103 77
Binary 10110110 11100000 1100000 10011 0 111001 1100 1010000 1000011 111111

Color Harmonies of #B6E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E060

Black with #B6E060

Text Example


Text Example

White with #B6E060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E060; }

 p { color: rgb(182,224,96); }

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

background-color css

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

 a { background-color: rgb(182,224,96); }

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

border-color css

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

 span { border-color: rgb(182,224,96); }

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