#B7C88C

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

Shades of Caper #B7C88C

Tints of Caper #B7C88C

Color information

#B7C88C (or 0xB7C88C) is unknown color: approx Caper. HEX triplet: B7, C8 and 8C. RGB value is (183,200,140). Sum of RGB (Red+Green+Blue) = 183+200+140=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C88C is #483773. Grayscale: #BCBCBC. Windows color (decimal): -4732788 or 9226423. OLE color: 9226423.

HSL color Cylindrical-coordinate representation of color #B7C88C: hue angle of 77º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7C88C is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB183200140-
CMYK0.0800.30.22
HSL77º35.29%66.67%-
HSV(B)77º30%78.43%-
XYZ44.9253.2732.73-
YUV188.08100.87124.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.99%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=34.99%
G=38.24%
B=26.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1832001400.0800.30.227735.2966.67
HexB7C88C801E164d2343
Octal267310214100362611543103
Binary10110111110010001000110010000111101011010011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C88C; }

 p { color: rgb(183,200,140); }

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

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

 a { background-color: rgb(183,200,140); }

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

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

 span { border-color: rgb(183,200,140); }

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