#BADC7F

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

Shades of Sulu #BADC7F

Tints of Sulu #BADC7F

Color information

#BADC7F (or 0xBADC7F) is unknown color: approx Sulu. HEX triplet: BA, DC and 7F. RGB value is (186,220,127). Sum of RGB (Red+Green+Blue) = 186+220+127=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC7F is #452380. Grayscale: #C7C7C7. Windows color (decimal): -4531073 or 8379578. OLE color: 8379578.

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

Color convert

RGB186220127-
CMYK0.1500.420.14
HSL81.94º57.06%68.04%-
HSV(B)81.94º42.27%86.27%-
XYZ49.6763.1629.65-
YUV199.2387.24118.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 127 (50% from 255) = 23.83%
R=34.90%
G=41.28%
B=23.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201270.1500.420.1481.9457.0668.04
HexBADC7FF02AE523944
Octal272334177170521612271104
Binary1011101011011100111111111110101010111010100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC7F; }

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

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

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

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

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

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

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

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