#B4CE7F

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

Shades of Caper #B4CE7F

Tints of Caper #B4CE7F

Color information

#B4CE7F (or 0xB4CE7F) is unknown color: approx Caper. HEX triplet: B4, CE and 7F. RGB value is (180,206,127). Sum of RGB (Red+Green+Blue) = 180+206+127=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE7F is #4B3180. Grayscale: #BDBDBD. Windows color (decimal): -4927873 or 8375988. OLE color: 8375988.

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

Color convert

RGB180206127-
CMYK0.1300.380.19
HSL79.75º44.63%65.29%-
HSV(B)79.75º38.35%80.78%-
XYZ44.7255.3828.41-
YUV189.2292.89121.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 127 (50% from 255) = 24.76%
R=35.09%
G=40.16%
B=24.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061270.1300.380.1979.7544.6365.29
HexB4CE7FD02613502d41
Octal264316177150462312055101
Binary10110100110011101111111110101001101001110100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE7F; }

 p { color: rgb(180,206,127); }

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

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

 a { background-color: rgb(180,206,127); }

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

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

 span { border-color: rgb(180,206,127); }

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