Html Css Color HEX #BAF176 Sulu

📋 copy color: '#BAF176'

red 186 ◦ green 241 ◦ blue 118

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

Shades of Sulu #BAF176

Tints of Sulu #BAF176

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 34.13%
G = 44.22%
B = 21.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BAF176 (or 0xBAF176) is known color: Sulu. HEX triplet: BA, F1 and 76. RGB value is (186,241,118). Sum of RGB (Red+Green+Blue) = 186+241+118=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF176 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF176 is #450E89. Grayscale: #D2D2D2. Windows color (decimal): -4525706 or 7795130. OLE color: 7795130.

HSL color Cylindrical-coordinate representation of color #BAF176: hue angle of 86.83º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF176 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 118 -
CMYK 0.23 0 0.51 0.05
HSL 86.83º 0.81% 0.7% -
HSV(B) 86.83º 0.51% 0.95% -
XYZ 54.98 74.66 28.65 -
YUV 210.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 186 241 118 0.23 0 0.51 0.05 86.83 0.81 0.7
Hex BA F1 76 17 0 33 5 57 51 46
Octal 272 361 166 27 0 63 5 127 121 106
Binary 10111010 11110001 1110110 10111 0 110011 101 1010111 1010001 1000110

Color Harmonies of #BAF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF176

Black with #BAF176

Text Example


Text Example

White with #BAF176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF176; }

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

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

background-color css

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

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

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

border-color css

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

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

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