Html Css Color HEX #BAE682 Sulu

📋 copy color: '#BAE682'

red 186 ◦ green 230 ◦ blue 130

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

Shades of Sulu #BAE682

Tints of Sulu #BAE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.12%

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

R = 34.07%
G = 42.12%
B = 23.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#BAE682 (or 0xBAE682) is known color: Sulu. HEX triplet: BA, E6 and 82. RGB value is (186,230,130). Sum of RGB (Red+Green+Blue) = 186+230+130=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE682 is #45197D. Grayscale: #CDCDCD. Windows color (decimal): -4528510 or 8578746. OLE color: 8578746.

HSL color Cylindrical-coordinate representation of color #BAE682: hue angle of 86.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE682 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 130 -
CMYK 0.19 0 0.43 0.10
HSL 86.4º 0.67% 0.71% -
HSV(B) 86.4º 0.43% 0.9% -
XYZ 52.58 68.64 31.6 -
YUV 205.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 186 230 130 0.19 0 0.43 0.10 86.4 0.67 0.71
Hex BA E6 82 13 0 2B A 56 43 47
Octal 272 346 202 23 0 53 12 126 103 107
Binary 10111010 11100110 10000010 10011 0 101011 1010 1010110 1000011 1000111

Color Harmonies of #BAE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE682

Black with #BAE682

Text Example


Text Example

White with #BAE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE682; }

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

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

background-color css

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

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

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

border-color css

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

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

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