#B4C777

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

Shades of Caper #B4C777

Tints of Caper #B4C777

Color information

#B4C777 (or 0xB4C777) is unknown color: approx Caper. HEX triplet: B4, C7 and 77. RGB value is (180,199,119). Sum of RGB (Red+Green+Blue) = 180+199+119=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C777 is #4B3888. Grayscale: #B8B8B8. Windows color (decimal): -4929673 or 7849908. OLE color: 7849908.

HSL color Cylindrical-coordinate representation of color #B4C777: hue angle of 74.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4C777 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB180199119-
CMYK0.1000.400.22
HSL74.25º41.67%62.35%-
HSV(B)74.25º40.2%78.04%-
XYZ42.5851.8825.22-
YUV184.291.21125-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 199 (78.12% from 255) = 39.96%
BLUE value IS 119 (46.88% from 255) = 23.90%
R=36.14%
G=39.96%
B=23.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801991190.1000.400.2274.2541.6762.35
HexB4C777A028164a2a3e
Octal26430716712050261125276
Binary1011010011000111111011110100101000101101001010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C777; }

 p { color: rgb(180,199,119); }

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

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

 a { background-color: rgb(180,199,119); }

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

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

 span { border-color: rgb(180,199,119); }

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