#B6CD79

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

Shades of Caper #B6CD79

Tints of Caper #B6CD79

Color information

#B6CD79 (or 0xB6CD79) is unknown color: approx Caper. HEX triplet: B6, CD and 79. RGB value is (182,205,121). Sum of RGB (Red+Green+Blue) = 182+205+121=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CD79 is #493286. Grayscale: #BCBCBC. Windows color (decimal): -4797063 or 7982518. OLE color: 7982518.

HSL color Cylindrical-coordinate representation of color #B6CD79: hue angle of 76.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6CD79 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB182205121-
CMYK0.1100.410.20
HSL76.43º45.65%63.92%-
HSV(B)76.43º40.98%80.39%-
XYZ44.5754.9926.35-
YUV188.5589.88123.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=35.83%
G=40.35%
B=23.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051210.1100.410.2076.4345.6563.92
HexB6CD79B029144c2e40
Octal266315171130512411456100
Binary10110110110011011111001101101010011010010011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD79; }

 p { color: rgb(182,205,121); }

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

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

 a { background-color: rgb(182,205,121); }

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

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

 span { border-color: rgb(182,205,121); }

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