#B1D175

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

Shades of Caper #B1D175

Tints of Caper #B1D175

Color information

#B1D175 (or 0xB1D175) is unknown color: approx Caper. HEX triplet: B1, D1 and 75. RGB value is (177,209,117). Sum of RGB (Red+Green+Blue) = 177+209+117=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D175 is #4E2E8A. Grayscale: #BDBDBD. Windows color (decimal): -5123723 or 7721393. OLE color: 7721393.

HSL color Cylindrical-coordinate representation of color #B1D175: hue angle of 80.87º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1D175 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB177209117-
CMYK0.1500.440.18
HSL80.87º50%63.92%-
HSV(B)80.87º44.02%81.96%-
XYZ44.1456.2325.36-
YUV188.9487.4119.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 209 (82.03% from 255) = 41.55%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=35.19%
G=41.55%
B=23.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772091170.1500.440.1880.875063.92
HexB1D175F02C12513240
Octal261321165170542212162100
Binary10110001110100011110101111101011001001010100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D175; }

 p { color: rgb(177,209,117); }

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

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

 a { background-color: rgb(177,209,117); }

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

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

 span { border-color: rgb(177,209,117); }

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