#B7CF8A

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

Shades of Caper #B7CF8A

Tints of Caper #B7CF8A

Color information

#B7CF8A (or 0xB7CF8A) is unknown color: approx Caper. HEX triplet: B7, CF and 8A. RGB value is (183,207,138). Sum of RGB (Red+Green+Blue) = 183+207+138=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CF8A is #483075. Grayscale: #C0C0C0. Windows color (decimal): -4730998 or 9097143. OLE color: 9097143.

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

Color convert

RGB183207138-
CMYK0.1200.330.19
HSL80.87º41.82%67.65%-
HSV(B)80.87º33.33%81.18%-
XYZ46.4356.5332.51-
YUV191.9697.55121.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=34.66%
G=39.20%
B=26.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071380.1200.330.1980.8741.8267.65
HexB7CF8AC02113512a44
Octal267317212140412312152104
Binary101101111100111110001010110001000011001110100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CF8A; }

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

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

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

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

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

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

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

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