#B4C07D

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

Shades of Caper #B4C07D

Tints of Caper #B4C07D

Color information

#B4C07D (or 0xB4C07D) is unknown color: approx Caper. HEX triplet: B4, C0 and 7D. RGB value is (180,192,125). Sum of RGB (Red+Green+Blue) = 180+192+125=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C07D is #4B3F82. Grayscale: #B5B5B5. Windows color (decimal): -4931459 or 8241332. OLE color: 8241332.

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

Color convert

RGB180192125-
CMYK0.0600.350.25
HSL70.75º34.72%62.16%-
HSV(B)70.75º34.9%75.29%-
XYZ41.3748.8826.66-
YUV180.7796.52127.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=36.22%
G=38.63%
B=25.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921250.0600.350.2570.7534.7262.16
HexB4C07D60231947233e
Octal2643001756043311074376
Binary101101001100000011111011100100011110011000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C07D; }

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

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

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

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

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

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

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

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