Html Css Color HEX #BAE382 Sulu

📋 copy color: '#BAE382'

red 186 ◦ green 227 ◦ blue 130

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

Shades of Sulu #BAE382

Tints of Sulu #BAE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.8%

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

R = 34.25%
G = 41.8%
B = 23.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#BAE382 (or 0xBAE382) is known color: Sulu. HEX triplet: BA, E3 and 82. RGB value is (186,227,130). Sum of RGB (Red+Green+Blue) = 186+227+130=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE382 is #451C7D. Grayscale: #CCCCCC. Windows color (decimal): -4529278 or 8577978. OLE color: 8577978.

HSL color Cylindrical-coordinate representation of color #BAE382: hue angle of 85.36º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE382 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 130 -
CMYK 0.18 0 0.43 0.11
HSL 85.36º 0.63% 0.7% -
HSV(B) 85.36º 0.43% 0.89% -
XYZ 51.75 66.99 31.32 -
YUV 203.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 186 227 130 0.18 0 0.43 0.11 85.36 0.63 0.7
Hex BA E3 82 12 0 2B B 55 3F 46
Octal 272 343 202 22 0 53 13 125 77 106
Binary 10111010 11100011 10000010 10010 0 101011 1011 1010101 111111 1000110

Color Harmonies of #BAE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE382

Black with #BAE382

Text Example


Text Example

White with #BAE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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