Html Css Color HEX #BAF391 Sulu

📋 copy color: '#BAF391'

red 186 ◦ green 243 ◦ blue 145

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

Shades of Sulu #BAF391

Tints of Sulu #BAF391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.33%

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

R = 32.4%
G = 42.33%
B = 25.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BAF391 (or 0xBAF391) is known color: Sulu. HEX triplet: BA, F3 and 91. RGB value is (186,243,145). Sum of RGB (Red+Green+Blue) = 186+243+145=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF391 is #450C6E. Grayscale: #D7D7D7. Windows color (decimal): -4525167 or 9565114. OLE color: 9565114.

HSL color Cylindrical-coordinate representation of color #BAF391: hue angle of 94.9º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF391 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 145 -
CMYK 0.23 0 0.40 0.05
HSL 94.9º 0.8% 0.76% -
HSV(B) 94.9º 0.4% 0.95% -
XYZ 57.41 76.58 38.54 -
YUV 214.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 186 243 145 0.23 0 0.40 0.05 94.9 0.8 0.76
Hex BA F3 91 17 0 28 5 5F 50 4C
Octal 272 363 221 27 0 50 5 137 120 114
Binary 10111010 11110011 10010001 10111 0 101000 101 1011111 1010000 1001100

Color Harmonies of #BAF391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF391

Black with #BAF391

Text Example


Text Example

White with #BAF391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF391; }

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

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

background-color css

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

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

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

border-color css

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

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

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