Html Css Color HEX #BAE94E Conifer

📋 copy color: '#BAE94E'

red 186 ◦ green 233 ◦ blue 78

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

Shades of Conifer #BAE94E

Tints of Conifer #BAE94E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.88%

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 37.42%
G = 46.88%
B = 15.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#BAE94E (or 0xBAE94E) is known color: Conifer. HEX triplet: BA, E9 and 4E. RGB value is (186,233,78). Sum of RGB (Red+Green+Blue) = 186+233+78=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE94E is #4516B1. Grayscale: #C9C9C9. Windows color (decimal): -4527794 or 5171642. OLE color: 5171642.

HSL color Cylindrical-coordinate representation of color #BAE94E: hue angle of 78.19º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE94E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 78 -
CMYK 0.20 0 0.67 0.09
HSL 78.19º 0.78% 0.61% -
HSV(B) 78.19º 0.67% 0.91% -
XYZ 50.76 69.27 17.9 -
YUV 201.28 58.43 117.1 -
System Red Green Blue C M Y K H S L
Decimal 186 233 78 0.20 0 0.67 0.09 78.19 0.78 0.61
Hex BA E9 4E 14 0 43 9 4E 4E 3D
Octal 272 351 116 24 0 103 11 116 116 75
Binary 10111010 11101001 1001110 10100 0 1000011 1001 1001110 1001110 111101

Color Harmonies of #BAE94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE94E

Black with #BAE94E

Text Example


Text Example

White with #BAE94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE94E; }

 p { color: rgb(186,233,78); }

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

background-color css

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

 a { background-color: rgb(186,233,78); }

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

border-color css

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

 span { border-color: rgb(186,233,78); }

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