Html Css Color HEX #BAE161 Conifer

📋 copy color: '#BAE161'

red 186 ◦ green 225 ◦ blue 97

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

Shades of Conifer #BAE161

Tints of Conifer #BAE161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.09%

R = 36.61%
G = 44.29%
B = 19.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#BAE161 (or 0xBAE161) is known color: Conifer. HEX triplet: BA, E1 and 61. RGB value is (186,225,97). Sum of RGB (Red+Green+Blue) = 186+225+97=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE161 is #451E9E. Grayscale: #C7C7C7. Windows color (decimal): -4529823 or 6414778. OLE color: 6414778.

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

Color convert

RGB 186 225 97 -
CMYK 0.17 0 0.57 0.12
HSL 78.28º 0.68% 0.63% -
HSV(B) 78.28º 0.57% 0.88% -
XYZ 49.33 65.15 21.28 -
YUV 198.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 186 225 97 0.17 0 0.57 0.12 78.28 0.68 0.63
Hex BA E1 61 11 0 39 C 4E 44 3F
Octal 272 341 141 21 0 71 14 116 104 77
Binary 10111010 11100001 1100001 10001 0 111001 1100 1001110 1000100 111111

Color Harmonies of #BAE161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE161

Black with #BAE161

Text Example


Text Example

White with #BAE161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE161; }

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

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

background-color css

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

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

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

border-color css

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

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

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