Html Css Color HEX #BADA80 Sulu

📋 copy color: '#BADA80'

red 186 ◦ green 218 ◦ blue 128

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

Shades of Sulu #BADA80

Tints of Sulu #BADA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 34.96%
G = 40.98%
B = 24.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BADA80 (or 0xBADA80) is known color: Sulu. HEX triplet: BA, DA and 80. RGB value is (186,218,128). Sum of RGB (Red+Green+Blue) = 186+218+128=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA80 is #45257F. Grayscale: #C6C6C6. Windows color (decimal): -4531584 or 8444602. OLE color: 8444602.

HSL color Cylindrical-coordinate representation of color #BADA80: hue angle of 81.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BADA80 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 128 -
CMYK 0.15 0 0.41 0.15
HSL 81.33º 0.55% 0.68% -
HSV(B) 81.33º 0.41% 0.85% -
XYZ 49.22 62.14 29.82 -
YUV 198.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 186 218 128 0.15 0 0.41 0.15 81.33 0.55 0.68
Hex BA DA 80 F 0 29 F 51 37 44
Octal 272 332 200 17 0 51 17 121 67 104
Binary 10111010 11011010 10000000 1111 0 101001 1111 1010001 110111 1000100

Color Harmonies of #BADA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA80

Black with #BADA80

Text Example


Text Example

White with #BADA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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