Html Css Color HEX #B6E148 Conifer

📋 copy color: '#B6E148'

red 182 ◦ green 225 ◦ blue 72

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

Shades of Conifer #B6E148

Tints of Conifer #B6E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.03%

R = 38%
G = 46.97%
B = 15.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#B6E148 (or 0xB6E148) is known color: Conifer. HEX triplet: B6, E1 and 48. RGB value is (182,225,72). Sum of RGB (Red+Green+Blue) = 182+225+72=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E148 is #491EB7. Grayscale: #C3C3C3. Windows color (decimal): -4791992 or 4776374. OLE color: 4776374.

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

Color convert

RGB 182 225 72 -
CMYK 0.19 0 0.68 0.12
HSL 76.86º 0.72% 0.58% -
HSV(B) 76.86º 0.68% 0.88% -
XYZ 47.39 64.26 16.04 -
YUV 194.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 182 225 72 0.19 0 0.68 0.12 76.86 0.72 0.58
Hex B6 E1 48 13 0 44 C 4D 48 3A
Octal 266 341 110 23 0 104 14 115 110 72
Binary 10110110 11100001 1001000 10011 0 1000100 1100 1001101 1001000 111010

Color Harmonies of #B6E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E148

Black with #B6E148

Text Example


Text Example

White with #B6E148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E148; }

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

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

background-color css

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

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

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

border-color css

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

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

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