Html Css Color HEX #BADA71 Sulu

📋 copy color: '#BADA71'

red 186 ◦ green 218 ◦ blue 113

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

Shades of Sulu #BADA71

Tints of Sulu #BADA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 35.98%
G = 42.17%
B = 21.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BADA71 (or 0xBADA71) is known color: Sulu. HEX triplet: BA, DA and 71. RGB value is (186,218,113). Sum of RGB (Red+Green+Blue) = 186+218+113=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA71 is #45258E. Grayscale: #C4C4C4. Windows color (decimal): -4531599 or 7461562. OLE color: 7461562.

HSL color Cylindrical-coordinate representation of color #BADA71: hue angle of 78.29º degrees, saturation: 0.59, 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 #BADA71 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 113 -
CMYK 0.15 0 0.48 0.15
HSL 78.29º 0.59% 0.65% -
HSV(B) 78.29º 0.48% 0.85% -
XYZ 48.3 61.77 25 -
YUV 196.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 186 218 113 0.15 0 0.48 0.15 78.29 0.59 0.65
Hex BA DA 71 F 0 30 F 4E 3B 41
Octal 272 332 161 17 0 60 17 116 73 101
Binary 10111010 11011010 1110001 1111 0 110000 1111 1001110 111011 1000001

Color Harmonies of #BADA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA71

Black with #BADA71

Text Example


Text Example

White with #BADA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA71; }

 p { color: rgb(186,218,113); }

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

background-color css

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

 a { background-color: rgb(186,218,113); }

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

border-color css

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

 span { border-color: rgb(186,218,113); }

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