Html Css Color HEX #BAD977 Sulu

📋 copy color: '#BAD977'

red 186 ◦ green 217 ◦ blue 119

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

Shades of Sulu #BAD977

Tints of Sulu #BAD977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 119 (46.88% from 255) = 22.8%

R = 35.63%
G = 41.57%
B = 22.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BAD977 (or 0xBAD977) is known color: Sulu. HEX triplet: BA, D9 and 77. RGB value is (186,217,119). Sum of RGB (Red+Green+Blue) = 186+217+119=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD977 is #452688. Grayscale: #C4C4C4. Windows color (decimal): -4531849 or 7854522. OLE color: 7854522.

HSL color Cylindrical-coordinate representation of color #BAD977: hue angle of 78.98º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD977 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 119 -
CMYK 0.14 0 0.45 0.15
HSL 78.98º 0.56% 0.66% -
HSV(B) 78.98º 0.45% 0.85% -
XYZ 48.39 61.4 26.75 -
YUV 196.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 186 217 119 0.14 0 0.45 0.15 78.98 0.56 0.66
Hex BA D9 77 E 0 2D F 4F 38 42
Octal 272 331 167 16 0 55 17 117 70 102
Binary 10111010 11011001 1110111 1110 0 101101 1111 1001111 111000 1000010

Color Harmonies of #BAD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD977

Black with #BAD977

Text Example


Text Example

White with #BAD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD977; }

 p { color: rgb(186,217,119); }

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

background-color css

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

 a { background-color: rgb(186,217,119); }

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

border-color css

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

 span { border-color: rgb(186,217,119); }

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