#B1C290

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

Shades of Caper #B1C290

Tints of Caper #B1C290

Color information

#B1C290 (or 0xB1C290) is unknown color: approx Caper. HEX triplet: B1, C2 and 90. RGB value is (177,194,144). Sum of RGB (Red+Green+Blue) = 177+194+144=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C290 is #4E3D6F. Grayscale: #B7B7B7. Windows color (decimal): -5127536 or 9487025. OLE color: 9487025.

HSL color Cylindrical-coordinate representation of color #B1C290: hue angle of 80.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C290 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB177194144-
CMYK0.0900.260.24
HSL80.4º29.07%66.27%-
HSV(B)80.4º25.77%76.08%-
XYZ42.4649.9433.79-
YUV183.22105.87123.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=34.37%
G=37.67%
B=27.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941440.0900.260.2480.429.0766.27
HexB1C290901A18501d42
Octal261302220110323012035102
Binary1011000111000010100100001001011010110001010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C290; }

 p { color: rgb(177,194,144); }

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

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

 a { background-color: rgb(177,194,144); }

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

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

 span { border-color: rgb(177,194,144); }

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