#BADB71

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

Shades of Sulu #BADB71

Tints of Sulu #BADB71

Color information

#BADB71 (or 0xBADB71) is unknown color: approx Sulu. HEX triplet: BA, DB and 71. RGB value is (186,219,113). Sum of RGB (Red+Green+Blue) = 186+219+113=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB71 is #45248E. Grayscale: #C5C5C5. Windows color (decimal): -4531343 or 7461818. OLE color: 7461818.

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

Color convert

RGB186219113-
CMYK0.1500.480.14
HSL78.68º59.55%65.1%-
HSV(B)78.68º48.4%85.88%-
XYZ48.5662.2925.09-
YUV197.0580.57120.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=35.91%
G=42.28%
B=21.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191130.1500.480.1478.6859.5565.1
HexBADB71F030E4f3c41
Octal272333161170601611774101
Binary1011101011011011111000111110110000111010011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB71; }

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

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

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

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

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

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

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

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