Html Css Color HEX #BAEA5E Conifer

📋 copy color: '#BAEA5E'

red 186 ◦ green 234 ◦ blue 94

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

Shades of Conifer #BAEA5E

Tints of Conifer #BAEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 94 (37.11% from 255) = 18.29%

R = 36.19%
G = 45.53%
B = 18.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#BAEA5E (or 0xBAEA5E) is known color: Conifer. HEX triplet: BA, EA and 5E. RGB value is (186,234,94). Sum of RGB (Red+Green+Blue) = 186+234+94=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA5E is #4515A1. Grayscale: #CCCCCC. Windows color (decimal): -4527522 or 6220474. OLE color: 6220474.

HSL color Cylindrical-coordinate representation of color #BAEA5E: hue angle of 80.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAEA5E is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 94 -
CMYK 0.21 0 0.60 0.08
HSL 80.57º 0.77% 0.64% -
HSV(B) 80.57º 0.6% 0.92% -
XYZ 51.69 70.09 21.39 -
YUV 203.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 186 234 94 0.21 0 0.60 0.08 80.57 0.77 0.64
Hex BA EA 5E 15 0 3C 8 51 4D 40
Octal 272 352 136 25 0 74 10 121 115 100
Binary 10111010 11101010 1011110 10101 0 111100 1000 1010001 1001101 1000000

Color Harmonies of #BAEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA5E

Black with #BAEA5E

Text Example


Text Example

White with #BAEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA5E; }

 p { color: rgb(186,234,94); }

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

background-color css

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

 a { background-color: rgb(186,234,94); }

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

border-color css

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

 span { border-color: rgb(186,234,94); }

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