#B6C37D

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

Shades of Caper #B6C37D

Tints of Caper #B6C37D

Color information

#B6C37D (or 0xB6C37D) is unknown color: approx Caper. HEX triplet: B6, C3 and 7D. RGB value is (182,195,125). Sum of RGB (Red+Green+Blue) = 182+195+125=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C37D is #493C82. Grayscale: #B7B7B7. Windows color (decimal): -4799619 or 8242102. OLE color: 8242102.

HSL color Cylindrical-coordinate representation of color #B6C37D: hue angle of 71.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6C37D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB182195125-
CMYK0.0700.360.24
HSL71.14º36.84%62.75%-
HSV(B)71.14º35.9%76.47%-
XYZ42.5150.4626.9-
YUV183.1395.19127.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=36.25%
G=38.84%
B=24.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951250.0700.360.2471.1436.8462.75
HexB6C37D70241847253f
Octal2663031757044301074577
Binary101101101100001111111011110100100110001000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C37D; }

 p { color: rgb(182,195,125); }

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

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

 a { background-color: rgb(182,195,125); }

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

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

 span { border-color: rgb(182,195,125); }

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