#B7CF7A

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

Shades of Caper #B7CF7A

Tints of Caper #B7CF7A

Color information

#B7CF7A (or 0xB7CF7A) is unknown color: approx Caper. HEX triplet: B7, CF and 7A. RGB value is (183,207,122). Sum of RGB (Red+Green+Blue) = 183+207+122=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF7A is #483085. Grayscale: #BEBEBE. Windows color (decimal): -4731014 or 8048567. OLE color: 8048567.

HSL color Cylindrical-coordinate representation of color #B7CF7A: hue angle of 76.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7CF7A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB183207122-
CMYK0.1200.410.19
HSL76.94º46.96%64.51%-
HSV(B)76.94º41.06%81.18%-
XYZ45.3556.126.85-
YUV190.1389.55122.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=35.74%
G=40.43%
B=23.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071220.1200.410.1976.9446.9664.51
HexB7CF7AC029134d2f41
Octal267317172140512311557101
Binary10110111110011111111010110001010011001110011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CF7A; }

 p { color: rgb(183,207,122); }

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

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

 a { background-color: rgb(183,207,122); }

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

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

 span { border-color: rgb(183,207,122); }

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