#B2C483

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

Shades of Caper #B2C483

Tints of Caper #B2C483

Color information

#B2C483 (or 0xB2C483) is unknown color: approx Caper. HEX triplet: B2, C4 and 83. RGB value is (178,196,131). Sum of RGB (Red+Green+Blue) = 178+196+131=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C483 is #4D3B7C. Grayscale: #B7B7B7. Windows color (decimal): -5061501 or 8635570. OLE color: 8635570.

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

Color convert

RGB178196131-
CMYK0.0900.330.23
HSL76.62º35.52%64.12%-
HSV(B)76.62º33.16%76.86%-
XYZ42.250.5829.01-
YUV183.2198.54124.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=35.25%
G=38.81%
B=25.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961310.0900.330.2376.6235.5264.12
HexB2C4839021174d2440
Octal262304203110412711544100
Binary101100101100010010000011100101000011011110011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C483; }

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

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

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

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

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

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

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

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