Html Css Color HEX #BAE575 Sulu

📋 copy color: '#BAE575'

red 186 ◦ green 229 ◦ blue 117

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

Shades of Sulu #BAE575

Tints of Sulu #BAE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.05%

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 34.96%
G = 43.05%
B = 21.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BAE575 (or 0xBAE575) is known color: Sulu. HEX triplet: BA, E5 and 75. RGB value is (186,229,117). Sum of RGB (Red+Green+Blue) = 186+229+117=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE575 is #451A8A. Grayscale: #CBCBCB. Windows color (decimal): -4528779 or 7726522. OLE color: 7726522.

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

Color convert

RGB 186 229 117 -
CMYK 0.19 0 0.49 0.10
HSL 83.04º 0.68% 0.68% -
HSV(B) 83.04º 0.49% 0.9% -
XYZ 51.48 67.76 27.2 -
YUV 203.38 79.25 115.61 -
System Red Green Blue C M Y K H S L
Decimal 186 229 117 0.19 0 0.49 0.10 83.04 0.68 0.68
Hex BA E5 75 13 0 31 A 53 44 44
Octal 272 345 165 23 0 61 12 123 104 104
Binary 10111010 11100101 1110101 10011 0 110001 1010 1010011 1000100 1000100

Color Harmonies of #BAE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE575

Black with #BAE575

Text Example


Text Example

White with #BAE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE575; }

 p { color: rgb(186,229,117); }

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

background-color css

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

 a { background-color: rgb(186,229,117); }

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

border-color css

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

 span { border-color: rgb(186,229,117); }

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