#B3CD7F

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

Shades of Caper #B3CD7F

Tints of Caper #B3CD7F

Color information

#B3CD7F (or 0xB3CD7F) is unknown color: approx Caper. HEX triplet: B3, CD and 7F. RGB value is (179,205,127). Sum of RGB (Red+Green+Blue) = 179+205+127=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CD7F is #4C3280. Grayscale: #BCBCBC. Windows color (decimal): -4993665 or 8375731. OLE color: 8375731.

HSL color Cylindrical-coordinate representation of color #B3CD7F: hue angle of 80º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3CD7F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB179205127-
CMYK0.1300.380.20
HSL80º43.82%65.1%-
HSV(B)80º38.05%80.39%-
XYZ44.2554.7828.32-
YUV188.3393.39121.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 127 (50% from 255) = 24.85%
R=35.03%
G=40.12%
B=24.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051270.1300.380.208043.8265.1
HexB3CD7FD02614502c41
Octal263315177150462412054101
Binary10110011110011011111111110101001101010010100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD7F; }

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

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

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

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

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

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

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

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