#BADB84

Color #BADB84 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BADB84

Tints of Sulu #BADB84

Color information

#BADB84 (or 0xBADB84) is unknown color: approx Sulu. HEX triplet: BA, DB and 84. RGB value is (186,219,132). Sum of RGB (Red+Green+Blue) = 186+219+132=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB84 is #45247B. Grayscale: #C7C7C7. Windows color (decimal): -4531324 or 8707002. OLE color: 8707002.

HSL color Cylindrical-coordinate representation of color #BADB84: hue angle of 82.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BADB84 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB186219132-
CMYK0.1500.400.14
HSL82.76º54.72%68.82%-
HSV(B)82.76º39.73%85.88%-
XYZ49.7562.7731.32-
YUV199.2290.07118.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=34.64%
G=40.78%
B=24.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191320.1500.400.1482.7654.7268.82
HexBADB84F028E533745
Octal272333204170501612367105
Binary10111010110110111000010011110101000111010100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB84; }

 p { color: rgb(186,219,132); }

 H1.HeaderClassName
 {
   color: #BADB84;
 }
 .AnyTagClassName
 {
   color: #BADB84;
 }
</style>
background-color css

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

 a { background-color: rgb(186,219,132); }

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

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

 span { border-color: rgb(186,219,132); }

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