#BCC88A

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

Shades of Caper #BCC88A

Tints of Caper #BCC88A

Color information

#BCC88A (or 0xBCC88A) is unknown color: approx Caper. HEX triplet: BC, C8 and 8A. RGB value is (188,200,138). Sum of RGB (Red+Green+Blue) = 188+200+138=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC88A is #433775. Grayscale: #BDBDBD. Windows color (decimal): -4405110 or 9095356. OLE color: 9095356.

HSL color Cylindrical-coordinate representation of color #BCC88A: hue angle of 71.61º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCC88A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB188200138-
CMYK0.0600.310.22
HSL71.61º36.05%66.27%-
HSV(B)71.61º31%78.43%-
XYZ45.9853.8332.01-
YUV189.3499.02127.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=35.74%
G=38.02%
B=26.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001380.0600.310.2271.6136.0566.27
HexBCC88A601F16482442
Octal27431021260372611044102
Binary1011110011001000100010101100111111011010010001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC88A; }

 p { color: rgb(188,200,138); }

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

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

 a { background-color: rgb(188,200,138); }

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

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

 span { border-color: rgb(188,200,138); }

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