Html Css Color HEX #BAF590 Sulu

📋 copy color: '#BAF590'

red 186 ◦ green 245 ◦ blue 144

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

Shades of Sulu #BAF590

Tints of Sulu #BAF590

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.61%

 BLUE value IS 144 (56.64% from 255) = 25.04%

R = 32.35%
G = 42.61%
B = 25.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BAF590 (or 0xBAF590) is known color: Sulu. HEX triplet: BA, F5 and 90. RGB value is (186,245,144). Sum of RGB (Red+Green+Blue) = 186+245+144=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF590 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF590 is #450A6F. Grayscale: #D8D8D8. Windows color (decimal): -4524656 or 9500090. OLE color: 9500090.

HSL color Cylindrical-coordinate representation of color #BAF590: hue angle of 95.05º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAF590 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 144 -
CMYK 0.24 0 0.41 0.04
HSL 95.05º 0.83% 0.76% -
HSV(B) 95.05º 0.41% 0.96% -
XYZ 57.94 77.76 38.34 -
YUV 215.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 186 245 144 0.24 0 0.41 0.04 95.05 0.83 0.76
Hex BA F5 90 18 0 29 4 5F 53 4C
Octal 272 365 220 30 0 51 4 137 123 114
Binary 10111010 11110101 10010000 11000 0 101001 100 1011111 1010011 1001100

Color Harmonies of #BAF590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF590

Black with #BAF590

Text Example


Text Example

White with #BAF590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF590; }

 p { color: rgb(186,245,144); }

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

background-color css

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

 a { background-color: rgb(186,245,144); }

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

border-color css

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

 span { border-color: rgb(186,245,144); }

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