#B4C571

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

Shades of Caper #B4C571

Tints of Caper #B4C571

Color information

#B4C571 (or 0xB4C571) is unknown color: approx Caper. HEX triplet: B4, C5 and 71. RGB value is (180,197,113). Sum of RGB (Red+Green+Blue) = 180+197+113=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C571 is #4B3A8E. Grayscale: #B6B6B6. Windows color (decimal): -4930191 or 7456180. OLE color: 7456180.

HSL color Cylindrical-coordinate representation of color #B4C571: hue angle of 72.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4C571 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB180197113-
CMYK0.0900.430.23
HSL72.14º42%60.78%-
HSV(B)72.14º42.64%77.25%-
XYZ41.7750.8323.23-
YUV182.3488.87126.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=36.73%
G=40.20%
B=23.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801971130.0900.430.2372.144260.78
HexB4C571902B17482a3d
Octal26430516111053271105275
Binary1011010011000101111000110010101011101111001000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C571; }

 p { color: rgb(180,197,113); }

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

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

 a { background-color: rgb(180,197,113); }

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

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

 span { border-color: rgb(180,197,113); }

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