Html Css Color HEX #BAEE5A Conifer

📋 copy color: '#BAEE5A'

red 186 ◦ green 238 ◦ blue 90

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

Shades of Conifer #BAEE5A

Tints of Conifer #BAEE5A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.3%

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 36.19%
G = 46.3%
B = 17.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#BAEE5A (or 0xBAEE5A) is known color: Conifer. HEX triplet: BA, EE and 5A. RGB value is (186,238,90). Sum of RGB (Red+Green+Blue) = 186+238+90=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE5A is #4511A5. Grayscale: #CECECE. Windows color (decimal): -4526502 or 5959354. OLE color: 5959354.

HSL color Cylindrical-coordinate representation of color #BAEE5A: hue angle of 81.08º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAEE5A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 90 -
CMYK 0.22 0 0.62 0.07
HSL 81.08º 0.81% 0.64% -
HSV(B) 81.08º 0.62% 0.93% -
XYZ 52.67 72.33 20.86 -
YUV 205.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 186 238 90 0.22 0 0.62 0.07 81.08 0.81 0.64
Hex BA EE 5A 16 0 3E 7 51 51 40
Octal 272 356 132 26 0 76 7 121 121 100
Binary 10111010 11101110 1011010 10110 0 111110 111 1010001 1010001 1000000

Color Harmonies of #BAEE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE5A

Black with #BAEE5A

Text Example


Text Example

White with #BAEE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE5A; }

 p { color: rgb(186,238,90); }

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

background-color css

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

 a { background-color: rgb(186,238,90); }

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

border-color css

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

 span { border-color: rgb(186,238,90); }

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