Html Css Color HEX #BAF981 Sulu

📋 copy color: '#BAF981'

red 186 ◦ green 249 ◦ blue 129

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

Shades of Sulu #BAF981

Tints of Sulu #BAF981

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.15%

 BLUE value IS 129 (50.78% from 255) = 22.87%

R = 32.98%
G = 44.15%
B = 22.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#BAF981 (or 0xBAF981) is known color: Sulu. HEX triplet: BA, F9 and 81. RGB value is (186,249,129). Sum of RGB (Red+Green+Blue) = 186+249+129=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF981 is #45067E. Grayscale: #D8D8D8. Windows color (decimal): -4523647 or 8518074. OLE color: 8518074.

HSL color Cylindrical-coordinate representation of color #BAF981: hue angle of 91.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF981 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 129 -
CMYK 0.25 0 0.48 0.02
HSL 91.5º 0.91% 0.74% -
HSV(B) 91.5º 0.48% 0.98% -
XYZ 58.09 79.78 33.11 -
YUV 216.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 186 249 129 0.25 0 0.48 0.02 91.5 0.91 0.74
Hex BA F9 81 19 0 30 2 5C 5B 4A
Octal 272 371 201 31 0 60 2 134 133 112
Binary 10111010 11111001 10000001 11001 0 110000 10 1011100 1011011 1001010

Color Harmonies of #BAF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF981

Black with #BAF981

Text Example


Text Example

White with #BAF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF981; }

 p { color: rgb(186,249,129); }

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

background-color css

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

 a { background-color: rgb(186,249,129); }

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

border-color css

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

 span { border-color: rgb(186,249,129); }

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