#B7D875

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

Shades of Sulu #B7D875

Tints of Sulu #B7D875

Color information

#B7D875 (or 0xB7D875) is unknown color: approx Sulu. HEX triplet: B7, D8 and 75. RGB value is (183,216,117). Sum of RGB (Red+Green+Blue) = 183+216+117=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D875 is #48278A. Grayscale: #C3C3C3. Windows color (decimal): -4728715 or 7723191. OLE color: 7723191.

HSL color Cylindrical-coordinate representation of color #B7D875: hue angle of 80º degrees, saturation: 0.56, 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 #B7D875 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB183216117-
CMYK0.1500.460.15
HSL80º55.93%65.29%-
HSV(B)80º45.83%84.71%-
XYZ47.360.4626.01-
YUV194.8584.07119.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=35.47%
G=41.86%
B=22.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832161170.1500.460.158055.9365.29
HexB7D875F02EF503841
Octal267330165170561712070101
Binary1011011111011000111010111110101110111110100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D875; }

 p { color: rgb(183,216,117); }

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

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

 a { background-color: rgb(183,216,117); }

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

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

 span { border-color: rgb(183,216,117); }

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