#BAD675

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

Shades of Sulu #BAD675

Tints of Sulu #BAD675

Color information

#BAD675 (or 0xBAD675) is unknown color: approx Sulu. HEX triplet: BA, D6 and 75. RGB value is (186,214,117). Sum of RGB (Red+Green+Blue) = 186+214+117=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD675 is #45298A. Grayscale: #C2C2C2. Windows color (decimal): -4532619 or 7722682. OLE color: 7722682.

HSL color Cylindrical-coordinate representation of color #BAD675: hue angle of 77.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD675 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB186214117-
CMYK0.1300.450.16
HSL77.32º54.19%64.9%-
HSV(B)77.32º45.33%83.92%-
XYZ47.5159.8225.87-
YUV194.5784.22121.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=35.98%
G=41.39%
B=22.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141170.1300.450.1677.3254.1964.9
HexBAD675D02D104d3641
Octal272326165150552011566101
Binary10111010110101101110101110101011011000010011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD675; }

 p { color: rgb(186,214,117); }

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

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

 a { background-color: rgb(186,214,117); }

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

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

 span { border-color: rgb(186,214,117); }

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