Html Css Color HEX #BAF676 Sulu

📋 copy color: '#BAF676'

red 186 ◦ green 246 ◦ blue 118

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

Shades of Sulu #BAF676

Tints of Sulu #BAF676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.45%

R = 33.82%
G = 44.73%
B = 21.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#BAF676 (or 0xBAF676) is known color: Sulu. HEX triplet: BA, F6 and 76. RGB value is (186,246,118). Sum of RGB (Red+Green+Blue) = 186+246+118=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF676 is #450989. Grayscale: #D5D5D5. Windows color (decimal): -4524426 or 7796410. OLE color: 7796410.

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

Color convert

RGB 186 246 118 -
CMYK 0.24 0 0.52 0.04
HSL 88.13º 0.88% 0.71% -
HSV(B) 88.13º 0.52% 0.96% -
XYZ 56.48 77.66 29.15 -
YUV 213.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 186 246 118 0.24 0 0.52 0.04 88.13 0.88 0.71
Hex BA F6 76 18 0 34 4 58 58 47
Octal 272 366 166 30 0 64 4 130 130 107
Binary 10111010 11110110 1110110 11000 0 110100 100 1011000 1011000 1000111

Color Harmonies of #BAF676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF676

Black with #BAF676

Text Example


Text Example

White with #BAF676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF676; }

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

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

background-color css

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

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

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

border-color css

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

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

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