Html Css Color HEX #BAE86D Sulu

📋 copy color: '#BAE86D'

red 186 ◦ green 232 ◦ blue 109

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

Shades of Sulu #BAE86D

Tints of Sulu #BAE86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 35.29%
G = 44.02%
B = 20.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#BAE86D (or 0xBAE86D) is known color: Sulu. HEX triplet: BA, E8 and 6D. RGB value is (186,232,109). Sum of RGB (Red+Green+Blue) = 186+232+109=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE86D is #451792. Grayscale: #CCCCCC. Windows color (decimal): -4528019 or 7203002. OLE color: 7203002.

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

Color convert

RGB 186 232 109 -
CMYK 0.20 0 0.53 0.09
HSL 82.44º 0.73% 0.67% -
HSV(B) 82.44º 0.53% 0.91% -
XYZ 51.87 69.26 25.1 -
YUV 204.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 186 232 109 0.20 0 0.53 0.09 82.44 0.73 0.67
Hex BA E8 6D 14 0 35 9 52 49 43
Octal 272 350 155 24 0 65 11 122 111 103
Binary 10111010 11101000 1101101 10100 0 110101 1001 1010010 1001001 1000011

Color Harmonies of #BAE86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE86D

Black with #BAE86D

Text Example


Text Example

White with #BAE86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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