Html Css Color HEX #BAD975 Sulu

📋 copy color: '#BAD975'

red 186 ◦ green 217 ◦ blue 117

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

Shades of Sulu #BAD975

Tints of Sulu #BAD975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 35.77%
G = 41.73%
B = 22.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BAD975 (or 0xBAD975) is known color: Sulu. HEX triplet: BA, D9 and 75. RGB value is (186,217,117). Sum of RGB (Red+Green+Blue) = 186+217+117=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD975 is #45268A. Grayscale: #C4C4C4. Windows color (decimal): -4531851 or 7723450. OLE color: 7723450.

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

Color convert

RGB 186 217 117 -
CMYK 0.14 0 0.46 0.15
HSL 78.6º 0.57% 0.65% -
HSV(B) 78.6º 0.46% 0.85% -
XYZ 48.27 61.35 26.13 -
YUV 196.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 186 217 117 0.14 0 0.46 0.15 78.6 0.57 0.65
Hex BA D9 75 E 0 2E F 4F 39 41
Octal 272 331 165 16 0 56 17 117 71 101
Binary 10111010 11011001 1110101 1110 0 101110 1111 1001111 111001 1000001

Color Harmonies of #BAD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD975

Black with #BAD975

Text Example


Text Example

White with #BAD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD975; }

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

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

background-color css

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

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

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

border-color css

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

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

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