Html Css Color HEX #BAF389 Sulu

📋 copy color: '#BAF389'

red 186 ◦ green 243 ◦ blue 137

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

Shades of Sulu #BAF389

Tints of Sulu #BAF389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.2%

R = 32.86%
G = 42.93%
B = 24.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BAF389 (or 0xBAF389) is known color: Sulu. HEX triplet: BA, F3 and 89. RGB value is (186,243,137). Sum of RGB (Red+Green+Blue) = 186+243+137=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF389 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF389 is #450C76. Grayscale: #D6D6D6. Windows color (decimal): -4525175 or 9040826. OLE color: 9040826.

HSL color Cylindrical-coordinate representation of color #BAF389: hue angle of 92.26º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAF389 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 137 -
CMYK 0.23 0 0.44 0.05
HSL 92.26º 0.82% 0.75% -
HSV(B) 92.26º 0.44% 0.95% -
XYZ 56.82 76.35 35.41 -
YUV 213.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 186 243 137 0.23 0 0.44 0.05 92.26 0.82 0.75
Hex BA F3 89 17 0 2C 5 5C 52 4B
Octal 272 363 211 27 0 54 5 134 122 113
Binary 10111010 11110011 10001001 10111 0 101100 101 1011100 1010010 1001011

Color Harmonies of #BAF389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF389

Black with #BAF389

Text Example


Text Example

White with #BAF389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF389; }

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

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

background-color css

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

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

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

border-color css

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

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

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