#BADC83

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

Shades of Sulu #BADC83

Tints of Sulu #BADC83

Color information

#BADC83 (or 0xBADC83) is unknown color: approx Sulu. HEX triplet: BA, DC and 83. RGB value is (186,220,131). Sum of RGB (Red+Green+Blue) = 186+220+131=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC83 is #45237C. Grayscale: #C8C8C8. Windows color (decimal): -4531069 or 8641722. OLE color: 8641722.

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

Color convert

RGB186220131-
CMYK0.1500.400.14
HSL82.92º55.97%68.82%-
HSV(B)82.92º40.45%86.27%-
XYZ49.9463.2631.05-
YUV199.6989.24118.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=34.64%
G=40.97%
B=24.39%

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
Decimal1862201310.1500.400.1482.9255.9768.82
HexBADC83F028E533845
Octal272334203170501612370105
Binary10111010110111001000001111110101000111010100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC83; }

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

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

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

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

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

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

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

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