#B7D375

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

Shades of Caper #B7D375

Tints of Caper #B7D375

Color information

#B7D375 (or 0xB7D375) is unknown color: approx Caper. HEX triplet: B7, D3 and 75. RGB value is (183,211,117). Sum of RGB (Red+Green+Blue) = 183+211+117=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D375 is #482C8A. Grayscale: #C0C0C0. Windows color (decimal): -4729995 or 7721911. OLE color: 7721911.

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

Color convert

RGB183211117-
CMYK0.1300.450.17
HSL77.87º51.65%64.31%-
HSV(B)77.87º44.55%82.75%-
XYZ46.0357.9425.59-
YUV191.9185.72121.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.81%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=35.81%
G=41.29%
B=22.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832111170.1300.450.1777.8751.6564.31
HexB7D375D02D114e3440
Octal267323165150552111664100
Binary10110111110100111110101110101011011000110011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D375; }

 p { color: rgb(183,211,117); }

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

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

 a { background-color: rgb(183,211,117); }

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

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

 span { border-color: rgb(183,211,117); }

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