#B8C18B

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

Shades of Caper #B8C18B

Tints of Caper #B8C18B

Color information

#B8C18B (or 0xB8C18B) is unknown color: approx Caper. HEX triplet: B8, C1 and 8B. RGB value is (184,193,139). Sum of RGB (Red+Green+Blue) = 184+193+139=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C18B is #473E74. Grayscale: #B8B8B8. Windows color (decimal): -4669045 or 9159096. OLE color: 9159096.

HSL color Cylindrical-coordinate representation of color #B8C18B: hue angle of 70º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C18B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB184193139-
CMYK0.0500.280.24
HSL70º30.34%65.1%-
HSV(B)70º27.98%75.69%-
XYZ43.550.1931.82-
YUV184.15102.52127.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=35.66%
G=37.40%
B=26.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841931390.0500.280.247030.3465.1
HexB8C18B501C18461e41
Octal27030121350343010636101
Binary101110001100000110001011101011100110001000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C18B; }

 p { color: rgb(184,193,139); }

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

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

 a { background-color: rgb(184,193,139); }

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

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

 span { border-color: rgb(184,193,139); }

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