#B7C47D

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

Shades of Caper #B7C47D

Tints of Caper #B7C47D

Color information

#B7C47D (or 0xB7C47D) is unknown color: approx Caper. HEX triplet: B7, C4 and 7D. RGB value is (183,196,125). Sum of RGB (Red+Green+Blue) = 183+196+125=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C47D is #483B82. Grayscale: #B8B8B8. Windows color (decimal): -4733827 or 8242359. OLE color: 8242359.

HSL color Cylindrical-coordinate representation of color #B7C47D: hue angle of 70.99º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7C47D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB183196125-
CMYK0.0700.360.23
HSL70.99º37.57%62.94%-
HSV(B)70.99º36.22%76.86%-
XYZ42.9751.0326.99-
YUV184.0294.69127.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=36.31%
G=38.89%
B=24.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961250.0700.360.2370.9937.5762.94
HexB7C47D70241747263f
Octal2673041757044271074677
Binary101101111100010011111011110100100101111000111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C47D; }

 p { color: rgb(183,196,125); }

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

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

 a { background-color: rgb(183,196,125); }

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

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

 span { border-color: rgb(183,196,125); }

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