Html Css Color HEX #BAE08C Sulu

📋 copy color: '#BAE08C'

red 186 ◦ green 224 ◦ blue 140

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

Shades of Sulu #BAE08C

Tints of Sulu #BAE08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.45%

R = 33.82%
G = 40.73%
B = 25.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#BAE08C (or 0xBAE08C) is known color: Sulu. HEX triplet: BA, E0 and 8C. RGB value is (186,224,140). Sum of RGB (Red+Green+Blue) = 186+224+140=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE08C is #451F73. Grayscale: #CBCBCB. Windows color (decimal): -4530036 or 9232570. OLE color: 9232570.

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

Color convert

RGB 186 224 140 -
CMYK 0.17 0 0.38 0.12
HSL 87.14º 0.58% 0.71% -
HSV(B) 87.14º 0.38% 0.88% -
XYZ 51.64 65.64 34.76 -
YUV 203.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 186 224 140 0.17 0 0.38 0.12 87.14 0.58 0.71
Hex BA E0 8C 11 0 26 C 57 3A 47
Octal 272 340 214 21 0 46 14 127 72 107
Binary 10111010 11100000 10001100 10001 0 100110 1100 1010111 111010 1000111

Color Harmonies of #BAE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE08C

Black with #BAE08C

Text Example


Text Example

White with #BAE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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