#B1D072

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

Shades of Caper #B1D072

Tints of Caper #B1D072

Color information

#B1D072 (or 0xB1D072) is unknown color: approx Caper. HEX triplet: B1, D0 and 72. RGB value is (177,208,114). Sum of RGB (Red+Green+Blue) = 177+208+114=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D072 is #4E2F8D. Grayscale: #BCBCBC. Windows color (decimal): -5123982 or 7524529. OLE color: 7524529.

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

Color convert

RGB177208114-
CMYK0.1500.450.18
HSL79.79º50%63.14%-
HSV(B)79.79º45.19%81.57%-
XYZ43.7255.6724.36-
YUV188.0286.23120.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=35.47%
G=41.68%
B=22.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081140.1500.450.1879.795063.14
HexB1D072F02D1250323f
Octal26132016217055221206277
Binary1011000111010000111001011110101101100101010000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D072; }

 p { color: rgb(177,208,114); }

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

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

 a { background-color: rgb(177,208,114); }

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

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

 span { border-color: rgb(177,208,114); }

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