#BADC8A

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

Shades of Sulu #BADC8A

Tints of Sulu #BADC8A

Color information

#BADC8A (or 0xBADC8A) is unknown color: approx Sulu. HEX triplet: BA, DC and 8A. RGB value is (186,220,138). Sum of RGB (Red+Green+Blue) = 186+220+138=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC8A is #452375. Grayscale: #C8C8C8. Windows color (decimal): -4531062 or 9100474. OLE color: 9100474.

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

Color convert

RGB186220138-
CMYK0.1500.370.14
HSL84.88º53.95%70.2%-
HSV(B)84.88º37.27%86.27%-
XYZ50.4363.4633.64-
YUV200.4992.74117.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=34.19%
G=40.44%
B=25.37%

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
Decimal1862201380.1500.370.1484.8853.9570.2
HexBADC8AF025E553646
Octal272334212170451612566106
Binary10111010110111001000101011110100101111010101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC8A; }

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

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

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

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

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

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

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

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