#B6CE75

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

Shades of Caper #B6CE75

Tints of Caper #B6CE75

Color information

#B6CE75 (or 0xB6CE75) is unknown color: approx Caper. HEX triplet: B6, CE and 75. RGB value is (182,206,117). Sum of RGB (Red+Green+Blue) = 182+206+117=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CE75 is #49318A. Grayscale: #BDBDBD. Windows color (decimal): -4796811 or 7720630. OLE color: 7720630.

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

Color convert

RGB182206117-
CMYK0.1200.430.19
HSL76.18º47.59%63.33%-
HSV(B)76.18º43.2%80.78%-
XYZ44.5755.3725.17-
YUV188.6887.55123.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=36.04%
G=40.79%
B=23.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061170.1200.430.1976.1847.5963.33
HexB6CE75C02B134c303f
Octal26631616514053231146077
Binary1011011011001110111010111000101011100111001100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CE75; }

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

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

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

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

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

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

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

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