Html Css Color HEX #BAE047 Conifer

📋 copy color: '#BAE047'

red 186 ◦ green 224 ◦ blue 71

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

Shades of Conifer #BAE047

Tints of Conifer #BAE047

RGB

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

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

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

R = 38.67%
G = 46.57%
B = 14.76%

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

#BAE047 (or 0xBAE047) is known color: Conifer. HEX triplet: BA, E0 and 47. RGB value is (186,224,71). Sum of RGB (Red+Green+Blue) = 186+224+71=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE047 is #451FB8. Grayscale: #C3C3C3. Windows color (decimal): -4530105 or 4710586. OLE color: 4710586.

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

Color convert

RGB 186 224 71 -
CMYK 0.17 0 0.68 0.12
HSL 74.9º 0.71% 0.58% -
HSV(B) 74.9º 0.68% 0.88% -
XYZ 48.04 64.21 15.82 -
YUV 195.2 57.91 121.44 -
System Red Green Blue C M Y K H S L
Decimal 186 224 71 0.17 0 0.68 0.12 74.9 0.71 0.58
Hex BA E0 47 11 0 44 C 4B 47 3A
Octal 272 340 107 21 0 104 14 113 107 72
Binary 10111010 11100000 1000111 10001 0 1000100 1100 1001011 1000111 111010

Color Harmonies of #BAE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE047

Black with #BAE047

Text Example


Text Example

White with #BAE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE047; }

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

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

background-color css

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

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

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

border-color css

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

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

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