#B4CB71

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

Shades of Caper #B4CB71

Tints of Caper #B4CB71

Color information

#B4CB71 (or 0xB4CB71) is unknown color: approx Caper. HEX triplet: B4, CB and 71. RGB value is (180,203,113). Sum of RGB (Red+Green+Blue) = 180+203+113=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB71 is #4B348E. Grayscale: #BABABA. Windows color (decimal): -4928655 or 7457716. OLE color: 7457716.

HSL color Cylindrical-coordinate representation of color #B4CB71: hue angle of 75.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4CB71 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB180203113-
CMYK0.1100.440.20
HSL75.33º46.39%61.96%-
HSV(B)75.33º44.33%79.61%-
XYZ43.1653.6123.7-
YUV185.8686.88123.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=36.29%
G=40.93%
B=22.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031130.1100.440.2075.3346.3961.96
HexB4CB71B02C144b2e3e
Octal26431316113054241135676
Binary1011010011001011111000110110101100101001001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB71; }

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

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

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

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

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

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

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

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