Html Css Color HEX #BAE356 Conifer

📋 copy color: '#BAE356'

red 186 ◦ green 227 ◦ blue 86

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

Shades of Conifer #BAE356

Tints of Conifer #BAE356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.49%

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

R = 37.27%
G = 45.49%
B = 17.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#BAE356 (or 0xBAE356) is known color: Conifer. HEX triplet: BA, E3 and 56. RGB value is (186,227,86). Sum of RGB (Red+Green+Blue) = 186+227+86=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE356 is #451CA9. Grayscale: #C7C7C7. Windows color (decimal): -4529322 or 5694394. OLE color: 5694394.

HSL color Cylindrical-coordinate representation of color #BAE356: hue angle of 77.45º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE356 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 86 -
CMYK 0.18 0 0.62 0.11
HSL 77.45º 0.72% 0.61% -
HSV(B) 77.45º 0.62% 0.89% -
XYZ 49.4 66.05 18.95 -
YUV 198.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 186 227 86 0.18 0 0.62 0.11 77.45 0.72 0.61
Hex BA E3 56 12 0 3E B 4D 48 3D
Octal 272 343 126 22 0 76 13 115 110 75
Binary 10111010 11100011 1010110 10010 0 111110 1011 1001101 1001000 111101

Color Harmonies of #BAE356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE356

Black with #BAE356

Text Example


Text Example

White with #BAE356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE356; }

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

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

background-color css

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

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

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

border-color css

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

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

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