#B6D97F

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

Shades of Sulu #B6D97F

Tints of Sulu #B6D97F

Color information

#B6D97F (or 0xB6D97F) is unknown color: approx Sulu. HEX triplet: B6, D9 and 7F. RGB value is (182,217,127). Sum of RGB (Red+Green+Blue) = 182+217+127=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D97F is #492680. Grayscale: #C4C4C4. Windows color (decimal): -4793985 or 8378806. OLE color: 8378806.

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

Color convert

RGB182217127-
CMYK0.1600.410.15
HSL83.33º54.22%67.45%-
HSV(B)83.33º41.47%85.1%-
XYZ47.9461.129.35-
YUV196.2888.9117.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 127 (50% from 255) = 24.14%
R=34.60%
G=41.25%
B=24.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171270.1600.410.1583.3354.2267.45
HexB6D97F10029F533643
Octal266331177200511712366103
Binary10110110110110011111111100000101001111110100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D97F; }

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

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

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

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

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

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

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

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