Html Css Color HEX #BAF990 Sulu

📋 copy color: '#BAF990'

red 186 ◦ green 249 ◦ blue 144

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

Shades of Sulu #BAF990

Tints of Sulu #BAF990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.87%

R = 32.12%
G = 43.01%
B = 24.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BAF990 (or 0xBAF990) is known color: Sulu. HEX triplet: BA, F9 and 90. RGB value is (186,249,144). Sum of RGB (Red+Green+Blue) = 186+249+144=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF990 is #45066F. Grayscale: #DADADA. Windows color (decimal): -4523632 or 9501114. OLE color: 9501114.

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

Color convert

RGB 186 249 144 -
CMYK 0.25 0 0.42 0.02
HSL 96º 0.9% 0.77% -
HSV(B) 96º 0.42% 0.98% -
XYZ 59.16 80.2 38.75 -
YUV 218.19 86.13 105.04 -
System Red Green Blue C M Y K H S L
Decimal 186 249 144 0.25 0 0.42 0.02 96 0.9 0.77
Hex BA F9 90 19 0 2A 2 60 5A 4D
Octal 272 371 220 31 0 52 2 140 132 115
Binary 10111010 11111001 10010000 11001 0 101010 10 1100000 1011010 1001101

Color Harmonies of #BAF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF990

Black with #BAF990

Text Example


Text Example

White with #BAF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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