Html Css Color HEX #BAE158 Conifer

📋 copy color: '#BAE158'

red 186 ◦ green 225 ◦ blue 88

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

Shades of Conifer #BAE158

Tints of Conifer #BAE158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.64%

R = 37.27%
G = 45.09%
B = 17.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#BAE158 (or 0xBAE158) is known color: Conifer. HEX triplet: BA, E1 and 58. RGB value is (186,225,88). Sum of RGB (Red+Green+Blue) = 186+225+88=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE158 is #451EA7. Grayscale: #C6C6C6. Windows color (decimal): -4529832 or 5824954. OLE color: 5824954.

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

Color convert

RGB 186 225 88 -
CMYK 0.17 0 0.61 0.12
HSL 77.08º 0.7% 0.61% -
HSV(B) 77.08º 0.61% 0.88% -
XYZ 48.94 64.99 19.2 -
YUV 197.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 186 225 88 0.17 0 0.61 0.12 77.08 0.7 0.61
Hex BA E1 58 11 0 3D C 4D 46 3D
Octal 272 341 130 21 0 75 14 115 106 75
Binary 10111010 11100001 1011000 10001 0 111101 1100 1001101 1000110 111101

Color Harmonies of #BAE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE158

Black with #BAE158

Text Example


Text Example

White with #BAE158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE158; }

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

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

background-color css

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

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

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

border-color css

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

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

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