Html Css Color HEX #BAE245 Conifer

📋 copy color: '#BAE245'

red 186 ◦ green 226 ◦ blue 69

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

Shades of Conifer #BAE245

Tints of Conifer #BAE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.99%

 BLUE value IS 69 (27.34% from 255) = 14.35%

R = 38.67%
G = 46.99%
B = 14.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#BAE245 (or 0xBAE245) is known color: Conifer. HEX triplet: BA, E2 and 45. RGB value is (186,226,69). Sum of RGB (Red+Green+Blue) = 186+226+69=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE245 is #451DBA. Grayscale: #C4C4C4. Windows color (decimal): -4529595 or 4580026. OLE color: 4580026.

HSL color Cylindrical-coordinate representation of color #BAE245: hue angle of 75.29º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE245 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 69 -
CMYK 0.18 0 0.69 0.11
HSL 75.29º 0.73% 0.58% -
HSV(B) 75.29º 0.69% 0.89% -
XYZ 48.52 65.26 15.67 -
YUV 196.14 56.25 120.77 -
System Red Green Blue C M Y K H S L
Decimal 186 226 69 0.18 0 0.69 0.11 75.29 0.73 0.58
Hex BA E2 45 12 0 45 B 4B 49 3A
Octal 272 342 105 22 0 105 13 113 111 72
Binary 10111010 11100010 1000101 10010 0 1000101 1011 1001011 1001001 111010

Color Harmonies of #BAE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE245

Black with #BAE245

Text Example


Text Example

White with #BAE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE245; }

 p { color: rgb(186,226,69); }

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

background-color css

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

 a { background-color: rgb(186,226,69); }

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

border-color css

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

 span { border-color: rgb(186,226,69); }

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