Html Css Color HEX #BAE86A Sulu

📋 copy color: '#BAE86A'

red 186 ◦ green 232 ◦ blue 106

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

Shades of Sulu #BAE86A

Tints of Sulu #BAE86A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.27%

 BLUE value IS 106 (41.8% from 255) = 20.23%

R = 35.5%
G = 44.27%
B = 20.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#BAE86A (or 0xBAE86A) is known color: Sulu. HEX triplet: BA, E8 and 6A. RGB value is (186,232,106). Sum of RGB (Red+Green+Blue) = 186+232+106=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE86A is #451795. Grayscale: #CCCCCC. Windows color (decimal): -4528022 or 7006394. OLE color: 7006394.

HSL color Cylindrical-coordinate representation of color #BAE86A: hue angle of 81.9º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE86A is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 106 -
CMYK 0.20 0 0.54 0.09
HSL 81.9º 0.73% 0.66% -
HSV(B) 81.9º 0.54% 0.91% -
XYZ 51.71 69.19 24.27 -
YUV 203.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 186 232 106 0.20 0 0.54 0.09 81.9 0.73 0.66
Hex BA E8 6A 14 0 36 9 52 49 42
Octal 272 350 152 24 0 66 11 122 111 102
Binary 10111010 11101000 1101010 10100 0 110110 1001 1010010 1001001 1000010

Color Harmonies of #BAE86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE86A

Black with #BAE86A

Text Example


Text Example

White with #BAE86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE86A; }

 p { color: rgb(186,232,106); }

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

background-color css

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

 a { background-color: rgb(186,232,106); }

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

border-color css

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

 span { border-color: rgb(186,232,106); }

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