#B3CD7A

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

Shades of Caper #B3CD7A

Tints of Caper #B3CD7A

Color information

#B3CD7A (or 0xB3CD7A) is unknown color: approx Caper. HEX triplet: B3, CD and 7A. RGB value is (179,205,122). Sum of RGB (Red+Green+Blue) = 179+205+122=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CD7A is #4C3285. Grayscale: #BCBCBC. Windows color (decimal): -4993670 or 8048051. OLE color: 8048051.

HSL color Cylindrical-coordinate representation of color #B3CD7A: hue angle of 78.8º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3CD7A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB179205122-
CMYK0.1300.400.20
HSL78.8º45.36%64.12%-
HSV(B)78.8º40.49%80.39%-
XYZ43.9354.6526.65-
YUV187.7690.89121.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=35.38%
G=40.51%
B=24.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051220.1300.400.2078.845.3664.12
HexB3CD7AD028144f2d40
Octal263315172150502411755100
Binary10110011110011011111010110101010001010010011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD7A; }

 p { color: rgb(179,205,122); }

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

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

 a { background-color: rgb(179,205,122); }

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

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

 span { border-color: rgb(179,205,122); }

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