#B8CD8B

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

Shades of Caper #B8CD8B

Tints of Caper #B8CD8B

Color information

#B8CD8B (or 0xB8CD8B) is unknown color: approx Caper. HEX triplet: B8, CD and 8B. RGB value is (184,205,139). Sum of RGB (Red+Green+Blue) = 184+205+139=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CD8B is #473274. Grayscale: #BFBFBF. Windows color (decimal): -4665973 or 9162168. OLE color: 9162168.

HSL color Cylindrical-coordinate representation of color #B8CD8B: hue angle of 79.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8CD8B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB184205139-
CMYK0.1000.320.20
HSL79.09º39.76%67.45%-
HSV(B)79.09º32.2%80.39%-
XYZ46.2655.7232.74-
YUV191.298.54122.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=34.85%
G=38.83%
B=26.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051390.1000.320.2079.0939.7667.45
HexB8CD8BA020144f2843
Octal270315213120402411750103
Binary101110001100110110001011101001000001010010011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CD8B; }

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

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

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

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

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

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

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

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