#B8C28A

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

Shades of Caper #B8C28A

Tints of Caper #B8C28A

Color information

#B8C28A (or 0xB8C28A) is unknown color: approx Caper. HEX triplet: B8, C2 and 8A. RGB value is (184,194,138). Sum of RGB (Red+Green+Blue) = 184+194+138=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C28A is #473D75. Grayscale: #B8B8B8. Windows color (decimal): -4668790 or 9093816. OLE color: 9093816.

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

Color convert

RGB184194138-
CMYK0.0500.290.24
HSL70.71º31.46%65.1%-
HSV(B)70.71º28.87%76.08%-
XYZ43.6550.6131.51-
YUV184.63101.69127.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=35.66%
G=37.60%
B=26.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941380.0500.290.2470.7131.4665.1
HexB8C28A501D18471f41
Octal27030221250353010737101
Binary101110001100001010001010101011101110001000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C28A; }

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

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

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

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

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

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

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

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