#B1BD73

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

Shades of Caper #B1BD73

Tints of Caper #B1BD73

Color information

#B1BD73 (or 0xB1BD73) is unknown color: approx Caper. HEX triplet: B1, BD and 73. RGB value is (177,189,115). Sum of RGB (Red+Green+Blue) = 177+189+115=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD73 is #4E428C. Grayscale: #B1B1B1. Windows color (decimal): -5128845 or 7585201. OLE color: 7585201.

HSL color Cylindrical-coordinate representation of color #B1BD73: hue angle of 69.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1BD73 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB177189115-
CMYK0.0600.390.26
HSL69.73º35.92%59.61%-
HSV(B)69.73º39.15%74.12%-
XYZ39.4246.9823.21-
YUV176.9893.02128.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=36.80%
G=39.29%
B=23.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891150.0600.390.2669.7335.9259.61
HexB1BD7360271A46243c
Octal2612751636047321064474
Binary101100011011110111100111100100111110101000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD73; }

 p { color: rgb(177,189,115); }

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

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

 a { background-color: rgb(177,189,115); }

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

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

 span { border-color: rgb(177,189,115); }

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