#B6C88D

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

Shades of Caper #B6C88D

Tints of Caper #B6C88D

Color information

#B6C88D (or 0xB6C88D) is unknown color: approx Caper. HEX triplet: B6, C8 and 8D. RGB value is (182,200,141). Sum of RGB (Red+Green+Blue) = 182+200+141=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C88D is #493772. Grayscale: #BCBCBC. Windows color (decimal): -4798323 or 9291958. OLE color: 9291958.

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

Color convert

RGB182200141-
CMYK0.0900.290.22
HSL78.31º34.91%66.86%-
HSV(B)78.31º29.5%78.43%-
XYZ44.7553.1833.1-
YUV187.89101.54123.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=34.80%
G=38.24%
B=26.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001410.0900.290.2278.3134.9166.86
HexB6C88D901D164e2343
Octal266310215110352611643103
Binary10110110110010001000110110010111011011010011101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C88D; }

 p { color: rgb(182,200,141); }

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

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

 a { background-color: rgb(182,200,141); }

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

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

 span { border-color: rgb(182,200,141); }

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