Html Css Color HEX #BAF683 Sulu

📋 copy color: '#BAF683'

red 186 ◦ green 246 ◦ blue 131

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

Shades of Sulu #BAF683

Tints of Sulu #BAF683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.27%

R = 33.04%
G = 43.69%
B = 23.27%

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

#BAF683 (or 0xBAF683) is known color: Sulu. HEX triplet: BA, F6 and 83. RGB value is (186,246,131). Sum of RGB (Red+Green+Blue) = 186+246+131=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF683 is #45097C. Grayscale: #D7D7D7. Windows color (decimal): -4524413 or 8648378. OLE color: 8648378.

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

Color convert

RGB 186 246 131 -
CMYK 0.24 0 0.47 0.04
HSL 91.3º 0.86% 0.74% -
HSV(B) 91.3º 0.47% 0.96% -
XYZ 57.3 77.99 33.51 -
YUV 214.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 186 246 131 0.24 0 0.47 0.04 91.3 0.86 0.74
Hex BA F6 83 18 0 2F 4 5B 56 4A
Octal 272 366 203 30 0 57 4 133 126 112
Binary 10111010 11110110 10000011 11000 0 101111 100 1011011 1010110 1001010

Color Harmonies of #BAF683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF683

Black with #BAF683

Text Example


Text Example

White with #BAF683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF683; }

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

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

background-color css

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

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

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

border-color css

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

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

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