#B8C18A

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

Shades of Caper #B8C18A

Tints of Caper #B8C18A

Color information

#B8C18A (or 0xB8C18A) is unknown color: approx Caper. HEX triplet: B8, C1 and 8A. RGB value is (184,193,138). Sum of RGB (Red+Green+Blue) = 184+193+138=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C18A is #473E75. Grayscale: #B8B8B8. Windows color (decimal): -4669046 or 9093560. OLE color: 9093560.

HSL color Cylindrical-coordinate representation of color #B8C18A: hue angle of 69.82º degrees, saturation: 0.31, 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 #B8C18A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB184193138-
CMYK0.0500.280.24
HSL69.82º30.73%64.9%-
HSV(B)69.82º28.5%75.69%-
XYZ43.4250.1731.44-
YUV184.04102.02127.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=35.73%
G=37.48%
B=26.80%

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
Decimal1841931380.0500.280.2469.8230.7364.9
HexB8C18A501C18461f41
Octal27030121250343010637101
Binary101110001100000110001010101011100110001000110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C18A; }

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

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

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

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

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

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

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

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