Html Css Color HEX #BAE547 Conifer

📋 copy color: '#BAE547'

red 186 ◦ green 229 ◦ blue 71

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

Shades of Conifer #BAE547

Tints of Conifer #BAE547

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.12%

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

R = 38.27%
G = 47.12%
B = 14.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#BAE547 (or 0xBAE547) is known color: Conifer. HEX triplet: BA, E5 and 47. RGB value is (186,229,71). Sum of RGB (Red+Green+Blue) = 186+229+71=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE547 is #451AB8. Grayscale: #C6C6C6. Windows color (decimal): -4528825 or 4711866. OLE color: 4711866.

HSL color Cylindrical-coordinate representation of color #BAE547: hue angle of 76.33º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE547 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 71 -
CMYK 0.19 0 0.69 0.10
HSL 76.33º 0.75% 0.59% -
HSV(B) 76.33º 0.69% 0.9% -
XYZ 49.41 66.93 16.28 -
YUV 198.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 186 229 71 0.19 0 0.69 0.10 76.33 0.75 0.59
Hex BA E5 47 13 0 45 A 4C 4B 3B
Octal 272 345 107 23 0 105 12 114 113 73
Binary 10111010 11100101 1000111 10011 0 1000101 1010 1001100 1001011 111011

Color Harmonies of #BAE547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE547

Black with #BAE547

Text Example


Text Example

White with #BAE547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE547; }

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

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

background-color css

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

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

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

border-color css

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

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

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