#B1BD84

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

Shades of Caper #B1BD84

Tints of Caper #B1BD84

Color information

#B1BD84 (or 0xB1BD84) is unknown color: approx Caper. HEX triplet: B1, BD and 84. RGB value is (177,189,132). Sum of RGB (Red+Green+Blue) = 177+189+132=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD84 is #4E427B. Grayscale: #B3B3B3. Windows color (decimal): -5128828 or 8699313. OLE color: 8699313.

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

Color convert

RGB177189132-
CMYK0.0600.300.26
HSL72.63º30.16%62.94%-
HSV(B)72.63º30.16%74.12%-
XYZ40.4947.4128.85-
YUV178.91101.52126.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=35.54%
G=37.95%
B=26.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891320.0600.300.2672.6330.1662.94
HexB1BD84601E1A491e3f
Octal2612752046036321113677
Binary10110001101111011000010011001111011010100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD84; }

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

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

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

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

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

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

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

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