Html Css Color HEX #B6E146 Conifer

📋 copy color: '#B6E146'

red 182 ◦ green 225 ◦ blue 70

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

Shades of Conifer #B6E146

Tints of Conifer #B6E146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.68%

R = 38.16%
G = 47.17%
B = 14.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#B6E146 (or 0xB6E146) is known color: Conifer. HEX triplet: B6, E1 and 46. RGB value is (182,225,70). Sum of RGB (Red+Green+Blue) = 182+225+70=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E146 is #491EB9. Grayscale: #C3C3C3. Windows color (decimal): -4791994 or 4645302. OLE color: 4645302.

HSL color Cylindrical-coordinate representation of color #B6E146: hue angle of 76.65º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6E146 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 225 70 -
CMYK 0.19 0 0.69 0.12
HSL 76.65º 0.72% 0.58% -
HSV(B) 76.65º 0.69% 0.88% -
XYZ 47.32 64.24 15.7 -
YUV 194.47 57.75 119.1 -
System Red Green Blue C M Y K H S L
Decimal 182 225 70 0.19 0 0.69 0.12 76.65 0.72 0.58
Hex B6 E1 46 13 0 45 C 4D 48 3A
Octal 266 341 106 23 0 105 14 115 110 72
Binary 10110110 11100001 1000110 10011 0 1000101 1100 1001101 1001000 111010

Color Harmonies of #B6E146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E146

Black with #B6E146

Text Example


Text Example

White with #B6E146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E146; }

 p { color: rgb(182,225,70); }

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

background-color css

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

 a { background-color: rgb(182,225,70); }

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

border-color css

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

 span { border-color: rgb(182,225,70); }

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