#B7CD7F

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

Shades of Caper #B7CD7F

Tints of Caper #B7CD7F

Color information

#B7CD7F (or 0xB7CD7F) is unknown color: approx Caper. HEX triplet: B7, CD and 7F. RGB value is (183,205,127). Sum of RGB (Red+Green+Blue) = 183+205+127=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CD7F is #483280. Grayscale: #BDBDBD. Windows color (decimal): -4731521 or 8375735. OLE color: 8375735.

HSL color Cylindrical-coordinate representation of color #B7CD7F: hue angle of 76.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7CD7F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB183205127-
CMYK0.1100.380.20
HSL76.92º43.82%65.1%-
HSV(B)76.92º38.05%80.39%-
XYZ45.1955.2628.36-
YUV189.5392.71123.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 127 (50% from 255) = 24.66%
R=35.53%
G=39.81%
B=24.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051270.1100.380.2076.9243.8265.1
HexB7CD7FB026144d2c41
Octal267315177130462411554101
Binary10110111110011011111111101101001101010010011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CD7F; }

 p { color: rgb(183,205,127); }

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

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

 a { background-color: rgb(183,205,127); }

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

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

 span { border-color: rgb(183,205,127); }

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