Html Css Color HEX #BAF588 Sulu

📋 copy color: '#BAF588'

red 186 ◦ green 245 ◦ blue 136

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

Shades of Sulu #BAF588

Tints of Sulu #BAF588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.99%

R = 32.8%
G = 43.21%
B = 23.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#BAF588 (or 0xBAF588) is known color: Sulu. HEX triplet: BA, F5 and 88. RGB value is (186,245,136). Sum of RGB (Red+Green+Blue) = 186+245+136=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF588 is #450A77. Grayscale: #D7D7D7. Windows color (decimal): -4524664 or 8975802. OLE color: 8975802.

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

Color convert

RGB 186 245 136 -
CMYK 0.24 0 0.44 0.04
HSL 92.48º 0.84% 0.75% -
HSV(B) 92.48º 0.44% 0.96% -
XYZ 57.35 77.52 35.23 -
YUV 214.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 186 245 136 0.24 0 0.44 0.04 92.48 0.84 0.75
Hex BA F5 88 18 0 2C 4 5C 54 4B
Octal 272 365 210 30 0 54 4 134 124 113
Binary 10111010 11110101 10001000 11000 0 101100 100 1011100 1010100 1001011

Color Harmonies of #BAF588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF588

Black with #BAF588

Text Example


Text Example

White with #BAF588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF588; }

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

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

background-color css

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

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

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

border-color css

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

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

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