#B7D97D

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

Shades of Sulu #B7D97D

Tints of Sulu #B7D97D

Color information

#B7D97D (or 0xB7D97D) is unknown color: approx Sulu. HEX triplet: B7, D9 and 7D. RGB value is (183,217,125). Sum of RGB (Red+Green+Blue) = 183+217+125=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D97D is #482682. Grayscale: #C4C4C4. Windows color (decimal): -4728451 or 8247735. OLE color: 8247735.

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

Color convert

RGB183217125-
CMYK0.1600.420.15
HSL82.17º54.76%67.06%-
HSV(B)82.17º42.4%85.1%-
XYZ48.0461.1728.68-
YUV196.3587.74118.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=34.86%
G=41.33%
B=23.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832171250.1600.420.1582.1754.7667.06
HexB7D97D1002AF523743
Octal267331175200521712267103
Binary10110111110110011111101100000101010111110100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D97D; }

 p { color: rgb(183,217,125); }

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

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

 a { background-color: rgb(183,217,125); }

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

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

 span { border-color: rgb(183,217,125); }

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