Html Css Color HEX #BAE147 Conifer

📋 copy color: '#BAE147'

red 186 ◦ green 225 ◦ blue 71

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

Shades of Conifer #BAE147

Tints of Conifer #BAE147

RGB

 RED value IS 186 (73.05% from 255) = 38.59%

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

 BLUE value IS 71 (28.13% from 255) = 14.73%

R = 38.59%
G = 46.68%
B = 14.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#BAE147 (or 0xBAE147) is known color: Conifer. HEX triplet: BA, E1 and 47. RGB value is (186,225,71). Sum of RGB (Red+Green+Blue) = 186+225+71=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE147 is #451EB8. Grayscale: #C4C4C4. Windows color (decimal): -4529849 or 4710842. OLE color: 4710842.

HSL color Cylindrical-coordinate representation of color #BAE147: hue angle of 75.19º 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 #BAE147 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 71 -
CMYK 0.17 0 0.68 0.12
HSL 75.19º 0.72% 0.58% -
HSV(B) 75.19º 0.68% 0.88% -
XYZ 48.31 64.74 15.91 -
YUV 195.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 186 225 71 0.17 0 0.68 0.12 75.19 0.72 0.58
Hex BA E1 47 11 0 44 C 4B 48 3A
Octal 272 341 107 21 0 104 14 113 110 72
Binary 10111010 11100001 1000111 10001 0 1000100 1100 1001011 1001000 111010

Color Harmonies of #BAE147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE147

Black with #BAE147

Text Example


Text Example

White with #BAE147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE147; }

 p { color: rgb(186,225,71); }

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

background-color css

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

 a { background-color: rgb(186,225,71); }

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

border-color css

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

 span { border-color: rgb(186,225,71); }

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