Html Css Color HEX #BAF587 Sulu

📋 copy color: '#BAF587'

red 186 ◦ green 245 ◦ blue 135

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

Shades of Sulu #BAF587

Tints of Sulu #BAF587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.85%

R = 32.86%
G = 43.29%
B = 23.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#BAF587 (or 0xBAF587) is known color: Sulu. HEX triplet: BA, F5 and 87. RGB value is (186,245,135). Sum of RGB (Red+Green+Blue) = 186+245+135=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF587 is #450A78. Grayscale: #D7D7D7. Windows color (decimal): -4524665 or 8910266. OLE color: 8910266.

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

Color convert

RGB 186 245 135 -
CMYK 0.24 0 0.45 0.04
HSL 92.18º 0.85% 0.75% -
HSV(B) 92.18º 0.45% 0.96% -
XYZ 57.28 77.49 34.86 -
YUV 214.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 186 245 135 0.24 0 0.45 0.04 92.18 0.85 0.75
Hex BA F5 87 18 0 2D 4 5C 55 4B
Octal 272 365 207 30 0 55 4 134 125 113
Binary 10111010 11110101 10000111 11000 0 101101 100 1011100 1010101 1001011

Color Harmonies of #BAF587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF587

Black with #BAF587

Text Example


Text Example

White with #BAF587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF587; }

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

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

background-color css

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

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

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

border-color css

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

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

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