#B4C67C

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

Shades of Caper #B4C67C

Tints of Caper #B4C67C

Color information

#B4C67C (or 0xB4C67C) is unknown color: approx Caper. HEX triplet: B4, C6 and 7C. RGB value is (180,198,124). Sum of RGB (Red+Green+Blue) = 180+198+124=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C67C is #4B3983. Grayscale: #B8B8B8. Windows color (decimal): -4929924 or 8177332. OLE color: 8177332.

HSL color Cylindrical-coordinate representation of color #B4C67C: hue angle of 74.59º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4C67C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB180198124-
CMYK0.0900.370.22
HSL74.59º39.36%63.14%-
HSV(B)74.59º37.37%77.65%-
XYZ42.6551.5526.77-
YUV184.1894.04125.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=35.86%
G=39.44%
B=24.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981240.0900.370.2274.5939.3663.14
HexB4C67C9025164b273f
Octal26430617411045261134777
Binary1011010011000110111110010010100101101101001011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C67C; }

 p { color: rgb(180,198,124); }

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

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

 a { background-color: rgb(180,198,124); }

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

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

 span { border-color: rgb(180,198,124); }

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