Html Css Color HEX #BAF481 Sulu

📋 copy color: '#BAF481'

red 186 ◦ green 244 ◦ blue 129

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

Shades of Sulu #BAF481

Tints of Sulu #BAF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.65%

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

R = 33.27%
G = 43.65%
B = 23.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#BAF481 (or 0xBAF481) is known color: Sulu. HEX triplet: BA, F4 and 81. RGB value is (186,244,129). Sum of RGB (Red+Green+Blue) = 186+244+129=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF481 is #450B7E. Grayscale: #D5D5D5. Windows color (decimal): -4524927 or 8516794. OLE color: 8516794.

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

Color convert

RGB 186 244 129 -
CMYK 0.24 0 0.47 0.04
HSL 90.26º 0.84% 0.73% -
HSV(B) 90.26º 0.47% 0.96% -
XYZ 56.56 76.73 32.6 -
YUV 213.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 186 244 129 0.24 0 0.47 0.04 90.26 0.84 0.73
Hex BA F4 81 18 0 2F 4 5A 54 49
Octal 272 364 201 30 0 57 4 132 124 111
Binary 10111010 11110100 10000001 11000 0 101111 100 1011010 1010100 1001001

Color Harmonies of #BAF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF481

Black with #BAF481

Text Example


Text Example

White with #BAF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF481; }

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

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

background-color css

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

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

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

border-color css

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

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

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