Html Css Color HEX #BAE846 Conifer

📋 copy color: '#BAE846'

red 186 ◦ green 232 ◦ blue 70

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

Shades of Conifer #BAE846

Tints of Conifer #BAE846

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.54%

 BLUE value IS 70 (27.73% from 255) = 14.34%

R = 38.11%
G = 47.54%
B = 14.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BAE846 (or 0xBAE846) is known color: Conifer. HEX triplet: BA, E8 and 46. RGB value is (186,232,70). Sum of RGB (Red+Green+Blue) = 186+232+70=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE846 is #4517B9. Grayscale: #C8C8C8. Windows color (decimal): -4528058 or 4647098. OLE color: 4647098.

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

Color convert

RGB 186 232 70 -
CMYK 0.20 0 0.70 0.09
HSL 77.04º 0.78% 0.59% -
HSV(B) 77.04º 0.7% 0.91% -
XYZ 50.21 68.59 16.39 -
YUV 199.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 186 232 70 0.20 0 0.70 0.09 77.04 0.78 0.59
Hex BA E8 46 14 0 46 9 4D 4E 3B
Octal 272 350 106 24 0 106 11 115 116 73
Binary 10111010 11101000 1000110 10100 0 1000110 1001 1001101 1001110 111011

Color Harmonies of #BAE846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE846

Black with #BAE846

Text Example


Text Example

White with #BAE846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE846; }

 p { color: rgb(186,232,70); }

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

background-color css

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

 a { background-color: rgb(186,232,70); }

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

border-color css

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

 span { border-color: rgb(186,232,70); }

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