Html Css Color HEX #BADC80 Sulu

📋 copy color: '#BADC80'

red 186 ◦ green 220 ◦ blue 128

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

Shades of Sulu #BADC80

Tints of Sulu #BADC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.2%

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

R = 34.83%
G = 41.2%
B = 23.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BADC80 (or 0xBADC80) is known color: Sulu. HEX triplet: BA, DC and 80. RGB value is (186,220,128). Sum of RGB (Red+Green+Blue) = 186+220+128=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC80 is #45237F. Grayscale: #C7C7C7. Windows color (decimal): -4531072 or 8445114. OLE color: 8445114.

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

Color convert

RGB 186 220 128 -
CMYK 0.15 0 0.42 0.14
HSL 82.17º 0.57% 0.68% -
HSV(B) 82.17º 0.42% 0.86% -
XYZ 49.74 63.18 30 -
YUV 199.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 186 220 128 0.15 0 0.42 0.14 82.17 0.57 0.68
Hex BA DC 80 F 0 2A E 52 39 44
Octal 272 334 200 17 0 52 16 122 71 104
Binary 10111010 11011100 10000000 1111 0 101010 1110 1010010 111001 1000100

Color Harmonies of #BADC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC80

Black with #BADC80

Text Example


Text Example

White with #BADC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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