Html Css Color HEX #BAE982 Sulu

📋 copy color: '#BAE982'

red 186 ◦ green 233 ◦ blue 130

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

Shades of Sulu #BAE982

Tints of Sulu #BAE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

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

R = 33.88%
G = 42.44%
B = 23.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#BAE982 (or 0xBAE982) is known color: Sulu. HEX triplet: BA, E9 and 82. RGB value is (186,233,130). Sum of RGB (Red+Green+Blue) = 186+233+130=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE982 is #45167D. Grayscale: #CFCFCF. Windows color (decimal): -4527742 or 8579514. OLE color: 8579514.

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

Color convert

RGB 186 233 130 -
CMYK 0.20 0 0.44 0.09
HSL 87.38º 0.7% 0.71% -
HSV(B) 87.38º 0.44% 0.91% -
XYZ 53.42 70.33 31.88 -
YUV 207.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 186 233 130 0.20 0 0.44 0.09 87.38 0.7 0.71
Hex BA E9 82 14 0 2C 9 57 46 47
Octal 272 351 202 24 0 54 11 127 106 107
Binary 10111010 11101001 10000010 10100 0 101100 1001 1010111 1000110 1000111

Color Harmonies of #BAE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE982

Black with #BAE982

Text Example


Text Example

White with #BAE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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