Html Css Color HEX #BAF591 Sulu

📋 copy color: '#BAF591'

red 186 ◦ green 245 ◦ blue 145

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

Shades of Sulu #BAF591

Tints of Sulu #BAF591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.17%

R = 32.29%
G = 42.53%
B = 25.17%

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

#BAF591 (or 0xBAF591) is known color: Sulu. HEX triplet: BA, F5 and 91. RGB value is (186,245,145). Sum of RGB (Red+Green+Blue) = 186+245+145=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF591 is #450A6E. Grayscale: #D8D8D8. Windows color (decimal): -4524655 or 9565626. OLE color: 9565626.

HSL color Cylindrical-coordinate representation of color #BAF591: hue angle of 95.4º 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 #BAF591 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 145 -
CMYK 0.24 0 0.41 0.04
HSL 95.4º 0.83% 0.76% -
HSV(B) 95.4º 0.41% 0.96% -
XYZ 58.01 77.79 38.75 -
YUV 215.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 186 245 145 0.24 0 0.41 0.04 95.4 0.83 0.76
Hex BA F5 91 18 0 29 4 5F 53 4C
Octal 272 365 221 30 0 51 4 137 123 114
Binary 10111010 11110101 10010001 11000 0 101001 100 1011111 1010011 1001100

Color Harmonies of #BAF591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF591

Black with #BAF591

Text Example


Text Example

White with #BAF591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF591; }

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

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

background-color css

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

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

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

border-color css

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

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

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