Html Css Color HEX #BAE06E Sulu

📋 copy color: '#BAE06E'

red 186 ◦ green 224 ◦ blue 110

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

Shades of Sulu #BAE06E

Tints of Sulu #BAE06E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.08%

 BLUE value IS 110 (43.36% from 255) = 21.15%

R = 35.77%
G = 43.08%
B = 21.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BAE06E (or 0xBAE06E) is known color: Sulu. HEX triplet: BA, E0 and 6E. RGB value is (186,224,110). Sum of RGB (Red+Green+Blue) = 186+224+110=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06E is #451F91. Grayscale: #C8C8C8. Windows color (decimal): -4530066 or 7266490. OLE color: 7266490.

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

Color convert

RGB 186 224 110 -
CMYK 0.17 0 0.51 0.12
HSL 80º 0.65% 0.65% -
HSV(B) 80º 0.51% 0.88% -
XYZ 49.72 64.88 24.65 -
YUV 199.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 186 224 110 0.17 0 0.51 0.12 80 0.65 0.65
Hex BA E0 6E 11 0 33 C 50 41 41
Octal 272 340 156 21 0 63 14 120 101 101
Binary 10111010 11100000 1101110 10001 0 110011 1100 1010000 1000001 1000001

Color Harmonies of #BAE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE06E

Black with #BAE06E

Text Example


Text Example

White with #BAE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE06E; }

 p { color: rgb(186,224,110); }

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

background-color css

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

 a { background-color: rgb(186,224,110); }

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

border-color css

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

 span { border-color: rgb(186,224,110); }

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