#B6C483

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

Shades of Caper #B6C483

Tints of Caper #B6C483

Color information

#B6C483 (or 0xB6C483) is unknown color: approx Caper. HEX triplet: B6, C4 and 83. RGB value is (182,196,131). Sum of RGB (Red+Green+Blue) = 182+196+131=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C483 is #493B7C. Grayscale: #B8B8B8. Windows color (decimal): -4799357 or 8635574. OLE color: 8635574.

HSL color Cylindrical-coordinate representation of color #B6C483: hue angle of 72.92º 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 #B6C483 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB182196131-
CMYK0.0700.330.23
HSL72.92º35.52%64.12%-
HSV(B)72.92º33.16%76.86%-
XYZ43.1351.0629.06-
YUV184.497.86126.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=35.76%
G=38.51%
B=25.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961310.0700.330.2372.9235.5264.12
HexB6C483702117492440
Octal26630420370412711144100
Binary10110110110001001000001111101000011011110010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C483; }

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

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

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

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

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

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

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

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