Html Css Color HEX #BAE558 Conifer

📋 copy color: '#BAE558'

red 186 ◦ green 229 ◦ blue 88

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

Shades of Conifer #BAE558

Tints of Conifer #BAE558

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.53%

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

R = 36.98%
G = 45.53%
B = 17.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#BAE558 (or 0xBAE558) is known color: Conifer. HEX triplet: BA, E5 and 58. RGB value is (186,229,88). Sum of RGB (Red+Green+Blue) = 186+229+88=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE558 is #451AA7. Grayscale: #C8C8C8. Windows color (decimal): -4528808 or 5825978. OLE color: 5825978.

HSL color Cylindrical-coordinate representation of color #BAE558: hue angle of 78.3º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE558 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 88 -
CMYK 0.19 0 0.62 0.10
HSL 78.3º 0.73% 0.62% -
HSV(B) 78.3º 0.62% 0.9% -
XYZ 50.03 67.18 19.56 -
YUV 200.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 186 229 88 0.19 0 0.62 0.10 78.3 0.73 0.62
Hex BA E5 58 13 0 3E A 4E 49 3E
Octal 272 345 130 23 0 76 12 116 111 76
Binary 10111010 11100101 1011000 10011 0 111110 1010 1001110 1001001 111110

Color Harmonies of #BAE558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE558

Black with #BAE558

Text Example


Text Example

White with #BAE558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE558; }

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

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

background-color css

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

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

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

border-color css

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

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

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