#B2C583

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

Shades of Caper #B2C583

Tints of Caper #B2C583

Color information

#B2C583 (or 0xB2C583) is unknown color: approx Caper. HEX triplet: B2, C5 and 83. RGB value is (178,197,131). Sum of RGB (Red+Green+Blue) = 178+197+131=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C583 is #4D3A7C. Grayscale: #B8B8B8. Windows color (decimal): -5061245 or 8635826. OLE color: 8635826.

HSL color Cylindrical-coordinate representation of color #B2C583: hue angle of 77.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2C583 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB178197131-
CMYK0.1000.340.23
HSL77.27º36.26%64.31%-
HSV(B)77.27º33.5%77.25%-
XYZ42.4251.0429.09-
YUV183.898.21123.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=35.18%
G=38.93%
B=25.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971310.1000.340.2377.2736.2664.31
HexB2C583A022174d2440
Octal262305203120422711544100
Binary101100101100010110000011101001000101011110011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C583; }

 p { color: rgb(178,197,131); }

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

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

 a { background-color: rgb(178,197,131); }

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

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

 span { border-color: rgb(178,197,131); }

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