#BADF8B

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

Shades of Sulu #BADF8B

Tints of Sulu #BADF8B

Color information

#BADF8B (or 0xBADF8B) is unknown color: approx Sulu. HEX triplet: BA, DF and 8B. RGB value is (186,223,139). Sum of RGB (Red+Green+Blue) = 186+223+139=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF8B is #452074. Grayscale: #CACACA. Windows color (decimal): -4530293 or 9166778. OLE color: 9166778.

HSL color Cylindrical-coordinate representation of color #BADF8B: hue angle of 86.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BADF8B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB186223139-
CMYK0.1700.380.13
HSL86.43º56.76%70.98%-
HSV(B)86.43º37.67%87.45%-
XYZ51.365.0834.28-
YUV202.3692.24116.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 139 (54.69% from 255) = 25.36%
R=33.94%
G=40.69%
B=25.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231390.1700.380.1386.4356.7670.98
HexBADF8B11026D563947
Octal272337213210461512671107
Binary101110101101111110001011100010100110110110101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF8B; }

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

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

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

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

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

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

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

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