Html Css Color HEX #BAE082 Sulu

📋 copy color: '#BAE082'

red 186 ◦ green 224 ◦ blue 130

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

Shades of Sulu #BAE082

Tints of Sulu #BAE082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.07%

R = 34.44%
G = 41.48%
B = 24.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#BAE082 (or 0xBAE082) is known color: Sulu. HEX triplet: BA, E0 and 82. RGB value is (186,224,130). Sum of RGB (Red+Green+Blue) = 186+224+130=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE082 is #451F7D. Grayscale: #CACACA. Windows color (decimal): -4530046 or 8577210. OLE color: 8577210.

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

Color convert

RGB 186 224 130 -
CMYK 0.17 0 0.42 0.12
HSL 84.26º 0.6% 0.69% -
HSV(B) 84.26º 0.42% 0.88% -
XYZ 50.93 65.36 31.05 -
YUV 201.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 186 224 130 0.17 0 0.42 0.12 84.26 0.6 0.69
Hex BA E0 82 11 0 2A C 54 3C 45
Octal 272 340 202 21 0 52 14 124 74 105
Binary 10111010 11100000 10000010 10001 0 101010 1100 1010100 111100 1000101

Color Harmonies of #BAE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE082

Black with #BAE082

Text Example


Text Example

White with #BAE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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