#B6CE83

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

Shades of Caper #B6CE83

Tints of Caper #B6CE83

Color information

#B6CE83 (or 0xB6CE83) is unknown color: approx Caper. HEX triplet: B6, CE and 83. RGB value is (182,206,131). Sum of RGB (Red+Green+Blue) = 182+206+131=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CE83 is #49317C. Grayscale: #BEBEBE. Windows color (decimal): -4796797 or 8638134. OLE color: 8638134.

HSL color Cylindrical-coordinate representation of color #B6CE83: hue angle of 79.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6CE83 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB182206131-
CMYK0.1200.360.19
HSL79.2º43.35%66.08%-
HSV(B)79.2º36.41%80.78%-
XYZ45.4655.7329.83-
YUV190.2794.55122.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=35.07%
G=39.69%
B=25.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061310.1200.360.1979.243.3566.08
HexB6CE83C024134f2b42
Octal266316203140442311753102
Binary101101101100111010000011110001001001001110011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CE83; }

 p { color: rgb(182,206,131); }

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

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

 a { background-color: rgb(182,206,131); }

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

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

 span { border-color: rgb(182,206,131); }

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