#B1D07A

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

Shades of Caper #B1D07A

Tints of Caper #B1D07A

Color information

#B1D07A (or 0xB1D07A) is unknown color: approx Caper. HEX triplet: B1, D0 and 7A. RGB value is (177,208,122). Sum of RGB (Red+Green+Blue) = 177+208+122=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D07A is #4E2F85. Grayscale: #BDBDBD. Windows color (decimal): -5123974 or 8048817. OLE color: 8048817.

HSL color Cylindrical-coordinate representation of color #B1D07A: hue angle of 81.63º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1D07A is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB177208122-
CMYK0.1500.410.18
HSL81.63º47.78%64.71%-
HSV(B)81.63º41.35%81.57%-
XYZ44.255.8626.87-
YUV188.9390.23119.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=34.91%
G=41.03%
B=24.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081220.1500.410.1881.6347.7864.71
HexB1D07AF02912523041
Octal261320172170512212260101
Binary10110001110100001111010111101010011001010100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D07A; }

 p { color: rgb(177,208,122); }

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

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

 a { background-color: rgb(177,208,122); }

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

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

 span { border-color: rgb(177,208,122); }

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