Html Css Color HEX #BAD970 Sulu

📋 copy color: '#BAD970'

red 186 ◦ green 217 ◦ blue 112

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

Shades of Sulu #BAD970

Tints of Sulu #BAD970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 36.12%
G = 42.14%
B = 21.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BAD970 (or 0xBAD970) is known color: Sulu. HEX triplet: BA, D9 and 70. RGB value is (186,217,112). Sum of RGB (Red+Green+Blue) = 186+217+112=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD970 is #45268F. Grayscale: #C4C4C4. Windows color (decimal): -4531856 or 7395770. OLE color: 7395770.

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

Color convert

RGB 186 217 112 -
CMYK 0.14 0 0.48 0.15
HSL 77.71º 0.58% 0.65% -
HSV(B) 77.71º 0.48% 0.85% -
XYZ 47.99 61.23 24.62 -
YUV 195.76 80.73 121.04 -
System Red Green Blue C M Y K H S L
Decimal 186 217 112 0.14 0 0.48 0.15 77.71 0.58 0.65
Hex BA D9 70 E 0 30 F 4E 3A 41
Octal 272 331 160 16 0 60 17 116 72 101
Binary 10111010 11011001 1110000 1110 0 110000 1111 1001110 111010 1000001

Color Harmonies of #BAD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD970

Black with #BAD970

Text Example


Text Example

White with #BAD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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