#B4C37A

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

Shades of Caper #B4C37A

Tints of Caper #B4C37A

Color information

#B4C37A (or 0xB4C37A) is unknown color: approx Caper. HEX triplet: B4, C3 and 7A. RGB value is (180,195,122). Sum of RGB (Red+Green+Blue) = 180+195+122=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C37A is #4B3C85. Grayscale: #B6B6B6. Windows color (decimal): -4930694 or 8045492. OLE color: 8045492.

HSL color Cylindrical-coordinate representation of color #B4C37A: hue angle of 72.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4C37A is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB180195122-
CMYK0.0800.370.24
HSL72.33º37.82%62.16%-
HSV(B)72.33º37.44%76.47%-
XYZ41.8550.1425.88-
YUV182.1994.03126.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=36.22%
G=39.24%
B=24.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951220.0800.370.2472.3337.8262.16
HexB4C37A80251848263e
Octal26430317210045301104676
Binary1011010011000011111101010000100101110001001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C37A; }

 p { color: rgb(180,195,122); }

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

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

 a { background-color: rgb(180,195,122); }

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

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

 span { border-color: rgb(180,195,122); }

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