Html Css Color HEX #BAE156 Conifer

📋 copy color: '#BAE156'

red 186 ◦ green 225 ◦ blue 86

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

Shades of Conifer #BAE156

Tints of Conifer #BAE156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 37.42%
G = 45.27%
B = 17.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#BAE156 (or 0xBAE156) is known color: Conifer. HEX triplet: BA, E1 and 56. RGB value is (186,225,86). Sum of RGB (Red+Green+Blue) = 186+225+86=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE156 is #451EA9. Grayscale: #C6C6C6. Windows color (decimal): -4529834 or 5693882. OLE color: 5693882.

HSL color Cylindrical-coordinate representation of color #BAE156: hue angle of 76.83º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE156 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 86 -
CMYK 0.17 0 0.62 0.12
HSL 76.83º 0.7% 0.61% -
HSV(B) 76.83º 0.62% 0.88% -
XYZ 48.85 64.96 18.77 -
YUV 197.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 186 225 86 0.17 0 0.62 0.12 76.83 0.7 0.61
Hex BA E1 56 11 0 3E C 4D 46 3D
Octal 272 341 126 21 0 76 14 115 106 75
Binary 10111010 11100001 1010110 10001 0 111110 1100 1001101 1000110 111101

Color Harmonies of #BAE156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE156

Black with #BAE156

Text Example


Text Example

White with #BAE156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE156; }

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

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

background-color css

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

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

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

border-color css

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

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

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