#B4C17A

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

Shades of Caper #B4C17A

Tints of Caper #B4C17A

Color information

#B4C17A (or 0xB4C17A) is unknown color: approx Caper. HEX triplet: B4, C1 and 7A. RGB value is (180,193,122). Sum of RGB (Red+Green+Blue) = 180+193+122=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C17A is #4B3E85. Grayscale: #B5B5B5. Windows color (decimal): -4931206 or 8044980. OLE color: 8044980.

HSL color Cylindrical-coordinate representation of color #B4C17A: hue angle of 70.99º degrees, saturation: 0.36, 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 #B4C17A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB180193122-
CMYK0.0700.370.24
HSL70.99º36.41%61.76%-
HSV(B)70.99º36.79%75.69%-
XYZ41.4149.2525.74-
YUV181.0294.69127.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=36.36%
G=38.99%
B=24.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931220.0700.370.2470.9936.4161.76
HexB4C17A70251847243e
Octal2643011727045301074476
Binary101101001100000111110101110100101110001000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C17A; }

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

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

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

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

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

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

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

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