#b7d476

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

Shades of Caper #B7D476

Tints of Caper #B7D476

Color information

#B7D476 (or 0xB7D476) is unknown color: approx Caper. HEX triplet: B7, D4 and 76. RGB value is (183,212,118). Sum of RGB (Red+Green+Blue) = 183+212+118=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D476 is #482B89. Grayscale: #C0C0C0. Windows color (decimal): -4729738 or 7787703. OLE color: 7787703.

HSL color Cylindrical-coordinate representation of color #B7D476: hue angle of 78.51º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7D476 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB183212118-
CMYK0.1400.440.17
HSL78.51º52.22%64.71%-
HSV(B)78.51º44.34%83.14%-
XYZ46.3458.4625.98-
YUV192.6185.89121.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 118 (46.48% from 255) = 23.00%
R=35.67%
G=41.33%
B=23.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832121180.1400.440.1778.5152.2264.71
HexB7D476E02C114f3441
Octal267324166160542111764101
Binary10110111110101001110110111001011001000110011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7d476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7d476; }

 p { color: rgb(183,212,118); }

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

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

 a { background-color: rgb(183,212,118); }

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

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

 span { border-color: rgb(183,212,118); }

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