Html Css Color HEX #BAE556 Conifer

📋 copy color: '#BAE556'

red 186 ◦ green 229 ◦ blue 86

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

Shades of Conifer #BAE556

Tints of Conifer #BAE556

RGB

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

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

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

R = 37.13%
G = 45.71%
B = 17.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#BAE556 (or 0xBAE556) is known color: Conifer. HEX triplet: BA, E5 and 56. RGB value is (186,229,86). Sum of RGB (Red+Green+Blue) = 186+229+86=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE556 is #451AA9. Grayscale: #C8C8C8. Windows color (decimal): -4528810 or 5694906. OLE color: 5694906.

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

Color convert

RGB 186 229 86 -
CMYK 0.19 0 0.62 0.10
HSL 78.04º 0.73% 0.62% -
HSV(B) 78.04º 0.62% 0.9% -
XYZ 49.95 67.15 19.13 -
YUV 199.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 186 229 86 0.19 0 0.62 0.10 78.04 0.73 0.62
Hex BA E5 56 13 0 3E A 4E 49 3E
Octal 272 345 126 23 0 76 12 116 111 76
Binary 10111010 11100101 1010110 10011 0 111110 1010 1001110 1001001 111110

Color Harmonies of #BAE556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE556

Black with #BAE556

Text Example


Text Example

White with #BAE556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE556; }

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

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

background-color css

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

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

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

border-color css

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

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

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