Html Css Color HEX #BAE477 Sulu

📋 copy color: '#BAE477'

red 186 ◦ green 228 ◦ blue 119

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

Shades of Sulu #BAE477

Tints of Sulu #BAE477

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.78%

 BLUE value IS 119 (46.88% from 255) = 22.33%

R = 34.9%
G = 42.78%
B = 22.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BAE477 (or 0xBAE477) is known color: Sulu. HEX triplet: BA, E4 and 77. RGB value is (186,228,119). Sum of RGB (Red+Green+Blue) = 186+228+119=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE477 is #451B88. Grayscale: #CBCBCB. Windows color (decimal): -4529033 or 7857338. OLE color: 7857338.

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

Color convert

RGB 186 228 119 -
CMYK 0.18 0 0.48 0.11
HSL 83.12º 0.67% 0.68% -
HSV(B) 83.12º 0.48% 0.89% -
XYZ 51.32 67.26 27.73 -
YUV 203.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 186 228 119 0.18 0 0.48 0.11 83.12 0.67 0.68
Hex BA E4 77 12 0 30 B 53 43 44
Octal 272 344 167 22 0 60 13 123 103 104
Binary 10111010 11100100 1110111 10010 0 110000 1011 1010011 1000011 1000100

Color Harmonies of #BAE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE477

Black with #BAE477

Text Example


Text Example

White with #BAE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE477; }

 p { color: rgb(186,228,119); }

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

background-color css

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

 a { background-color: rgb(186,228,119); }

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

border-color css

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

 span { border-color: rgb(186,228,119); }

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