#B1CF7E

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

Shades of Caper #B1CF7E

Tints of Caper #B1CF7E

Color information

#B1CF7E (or 0xB1CF7E) is unknown color: approx Caper. HEX triplet: B1, CF and 7E. RGB value is (177,207,126). Sum of RGB (Red+Green+Blue) = 177+207+126=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF7E is #4E3081. Grayscale: #BDBDBD. Windows color (decimal): -5124226 or 8310705. OLE color: 8310705.

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

Color convert

RGB177207126-
CMYK0.1400.390.19
HSL82.22º45.76%65.29%-
HSV(B)82.22º39.13%81.18%-
XYZ44.2155.4828.12-
YUV188.892.56119.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 126 (49.61% from 255) = 24.71%
R=34.71%
G=40.59%
B=24.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071260.1400.390.1982.2245.7665.29
HexB1CF7EE02713522e41
Octal261317176160472312256101
Binary10110001110011111111110111001001111001110100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CF7E; }

 p { color: rgb(177,207,126); }

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

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

 a { background-color: rgb(177,207,126); }

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

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

 span { border-color: rgb(177,207,126); }

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