Html Css Color HEX #BAE146 Conifer

📋 copy color: '#BAE146'

red 186 ◦ green 225 ◦ blue 70

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

Shades of Conifer #BAE146

Tints of Conifer #BAE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.78%

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

R = 38.67%
G = 46.78%
B = 14.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#BAE146 (or 0xBAE146) is known color: Conifer. HEX triplet: BA, E1 and 46. RGB value is (186,225,70). Sum of RGB (Red+Green+Blue) = 186+225+70=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE146 is #451EB9. Grayscale: #C4C4C4. Windows color (decimal): -4529850 or 4645306. OLE color: 4645306.

HSL color Cylindrical-coordinate representation of color #BAE146: hue angle of 75.1º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE146 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 70 -
CMYK 0.17 0 0.69 0.12
HSL 75.1º 0.72% 0.58% -
HSV(B) 75.1º 0.69% 0.88% -
XYZ 48.28 64.73 15.74 -
YUV 195.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 186 225 70 0.17 0 0.69 0.12 75.1 0.72 0.58
Hex BA E1 46 11 0 45 C 4B 48 3A
Octal 272 341 106 21 0 105 14 113 110 72
Binary 10111010 11100001 1000110 10001 0 1000101 1100 1001011 1001000 111010

Color Harmonies of #BAE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE146

Black with #BAE146

Text Example


Text Example

White with #BAE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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