#BADB8A

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

Shades of Sulu #BADB8A

Tints of Sulu #BADB8A

Color information

#BADB8A (or 0xBADB8A) is unknown color: approx Sulu. HEX triplet: BA, DB and 8A. RGB value is (186,219,138). Sum of RGB (Red+Green+Blue) = 186+219+138=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB8A is #452475. Grayscale: #C8C8C8. Windows color (decimal): -4531318 or 9100218. OLE color: 9100218.

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

Color convert

RGB186219138-
CMYK0.1500.370.14
HSL84.44º52.94%70%-
HSV(B)84.44º36.99%85.88%-
XYZ50.1762.9433.55-
YUV199.993.07118.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=34.25%
G=40.33%
B=25.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191380.1500.370.1484.4452.9470
HexBADB8AF025E543546
Octal272333212170451612465106
Binary10111010110110111000101011110100101111010101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB8A; }

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

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

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

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

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

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

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

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