#B4C07F

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

Shades of Caper #B4C07F

Tints of Caper #B4C07F

Color information

#B4C07F (or 0xB4C07F) is unknown color: approx Caper. HEX triplet: B4, C0 and 7F. RGB value is (180,192,127). Sum of RGB (Red+Green+Blue) = 180+192+127=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C07F is #4B3F80. Grayscale: #B5B5B5. Windows color (decimal): -4931457 or 8372404. OLE color: 8372404.

HSL color Cylindrical-coordinate representation of color #B4C07F: hue angle of 71.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4C07F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB180192127-
CMYK0.0600.340.25
HSL71.08º34.03%62.55%-
HSV(B)71.08º33.85%75.29%-
XYZ41.548.9327.34-
YUV18197.52127.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 127 (50% from 255) = 25.45%
R=36.07%
G=38.48%
B=25.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921270.0600.340.2571.0834.0362.55
HexB4C07F60221947223f
Octal2643001776042311074277
Binary101101001100000011111111100100010110011000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C07F; }

 p { color: rgb(180,192,127); }

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

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

 a { background-color: rgb(180,192,127); }

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

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

 span { border-color: rgb(180,192,127); }

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