Html Css Color HEX #BAE08D Sulu

📋 copy color: '#BAE08D'

red 186 ◦ green 224 ◦ blue 141

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

Shades of Sulu #BAE08D

Tints of Sulu #BAE08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 33.76%
G = 40.65%
B = 25.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#BAE08D (or 0xBAE08D) is known color: Sulu. HEX triplet: BA, E0 and 8D. RGB value is (186,224,141). Sum of RGB (Red+Green+Blue) = 186+224+141=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE08D is #451F72. Grayscale: #CBCBCB. Windows color (decimal): -4530035 or 9298106. OLE color: 9298106.

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

Color convert

RGB 186 224 141 -
CMYK 0.17 0 0.37 0.12
HSL 87.47º 0.57% 0.72% -
HSV(B) 87.47º 0.37% 0.88% -
XYZ 51.71 65.67 35.15 -
YUV 203.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 186 224 141 0.17 0 0.37 0.12 87.47 0.57 0.72
Hex BA E0 8D 11 0 25 C 57 39 48
Octal 272 340 215 21 0 45 14 127 71 110
Binary 10111010 11100000 10001101 10001 0 100101 1100 1010111 111001 1001000

Color Harmonies of #BAE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE08D

Black with #BAE08D

Text Example


Text Example

White with #BAE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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