#B1D674

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

Shades of Caper #B1D674

Tints of Caper #B1D674

Color information

#B1D674 (or 0xB1D674) is unknown color: approx Caper. HEX triplet: B1, D6 and 74. RGB value is (177,214,116). Sum of RGB (Red+Green+Blue) = 177+214+116=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D674 is #4E298B. Grayscale: #C0C0C0. Windows color (decimal): -5122444 or 7657137. OLE color: 7657137.

HSL color Cylindrical-coordinate representation of color #B1D674: hue angle of 82.65º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D674 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB177214116-
CMYK0.1700.460.16
HSL82.65º54.44%64.71%-
HSV(B)82.65º45.79%83.92%-
XYZ45.3358.725.46-
YUV191.7685.24117.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=34.91%
G=42.21%
B=22.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141160.1700.460.1682.6554.4464.71
HexB1D6741102E10533641
Octal261326164210562012366101
Binary101100011101011011101001000101011101000010100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D674; }

 p { color: rgb(177,214,116); }

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

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

 a { background-color: rgb(177,214,116); }

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

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

 span { border-color: rgb(177,214,116); }

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