#B6D975

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

Shades of Sulu #B6D975

Tints of Sulu #B6D975

Color information

#B6D975 (or 0xB6D975) is unknown color: approx Sulu. HEX triplet: B6, D9 and 75. RGB value is (182,217,117). Sum of RGB (Red+Green+Blue) = 182+217+117=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D975 is #49268A. Grayscale: #C3C3C3. Windows color (decimal): -4793995 or 7723446. OLE color: 7723446.

HSL color Cylindrical-coordinate representation of color #B6D975: hue angle of 81º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6D975 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB182217117-
CMYK0.1600.460.15
HSL81º56.82%65.49%-
HSV(B)81º46.08%85.1%-
XYZ47.3260.8626.08-
YUV195.1483.9118.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=35.27%
G=42.05%
B=22.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171170.1600.460.158156.8265.49
HexB6D9751002EF513941
Octal266331165200561712171101
Binary10110110110110011110101100000101110111110100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D975; }

 p { color: rgb(182,217,117); }

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

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

 a { background-color: rgb(182,217,117); }

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

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

 span { border-color: rgb(182,217,117); }

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