#B3D974

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

Shades of Sulu #B3D974

Tints of Sulu #B3D974

Color information

#B3D974 (or 0xB3D974) is unknown color: approx Sulu. HEX triplet: B3, D9 and 74. RGB value is (179,217,116). Sum of RGB (Red+Green+Blue) = 179+217+116=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D974 is #4C268B. Grayscale: #C2C2C2. Windows color (decimal): -4990604 or 7657907. OLE color: 7657907.

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

Color convert

RGB179217116-
CMYK0.1800.470.15
HSL82.57º57.06%65.29%-
HSV(B)82.57º46.54%85.1%-
XYZ46.5660.4725.74-
YUV194.1283.91117.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=34.96%
G=42.38%
B=22.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171160.1800.470.1582.5757.0665.29
HexB3D9741202FF533941
Octal263331164220571712371101
Binary10110011110110011110100100100101111111110100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D974; }

 p { color: rgb(179,217,116); }

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

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

 a { background-color: rgb(179,217,116); }

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

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

 span { border-color: rgb(179,217,116); }

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