#BADC8B

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

Shades of Sulu #BADC8B

Tints of Sulu #BADC8B

Color information

#BADC8B (or 0xBADC8B) is unknown color: approx Sulu. HEX triplet: BA, DC and 8B. RGB value is (186,220,139). Sum of RGB (Red+Green+Blue) = 186+220+139=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC8B is #452374. Grayscale: #C8C8C8. Windows color (decimal): -4531061 or 9166010. OLE color: 9166010.

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

Color convert

RGB186220139-
CMYK0.1500.370.14
HSL85.19º53.64%70.39%-
HSV(B)85.19º36.82%86.27%-
XYZ50.563.4934.02-
YUV200.693.24117.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=34.13%
G=40.37%
B=25.50%

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
Decimal1862201390.1500.370.1485.1953.6470.39
HexBADC8BF025E553646
Octal272334213170451612566106
Binary10111010110111001000101111110100101111010101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC8B; }

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

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

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

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

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

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

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

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