Html Css Color HEX #BAF690 Sulu

📋 copy color: '#BAF690'

red 186 ◦ green 246 ◦ blue 144

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

Shades of Sulu #BAF690

Tints of Sulu #BAF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.71%

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

R = 32.29%
G = 42.71%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BAF690 (or 0xBAF690) is known color: Sulu. HEX triplet: BA, F6 and 90. RGB value is (186,246,144). Sum of RGB (Red+Green+Blue) = 186+246+144=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF690 is #45096F. Grayscale: #D8D8D8. Windows color (decimal): -4524400 or 9500346. OLE color: 9500346.

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

Color convert

RGB 186 246 144 -
CMYK 0.24 0 0.41 0.04
HSL 95.29º 0.85% 0.76% -
HSV(B) 95.29º 0.41% 0.96% -
XYZ 58.24 78.36 38.44 -
YUV 216.43 87.12 106.29 -
System Red Green Blue C M Y K H S L
Decimal 186 246 144 0.24 0 0.41 0.04 95.29 0.85 0.76
Hex BA F6 90 18 0 29 4 5F 55 4C
Octal 272 366 220 30 0 51 4 137 125 114
Binary 10111010 11110110 10010000 11000 0 101001 100 1011111 1010101 1001100

Color Harmonies of #BAF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF690

Black with #BAF690

Text Example


Text Example

White with #BAF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF690; }

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

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

background-color css

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

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

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

border-color css

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

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

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