#B2C277

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

Shades of Caper #B2C277

Tints of Caper #B2C277

Color information

#B2C277 (or 0xB2C277) is unknown color: approx Caper. HEX triplet: B2, C2 and 77. RGB value is (178,194,119). Sum of RGB (Red+Green+Blue) = 178+194+119=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C277 is #4D3D88. Grayscale: #B4B4B4. Windows color (decimal): -5062025 or 7848626. OLE color: 7848626.

HSL color Cylindrical-coordinate representation of color #B2C277: hue angle of 72.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C277 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB178194119-
CMYK0.0800.390.24
HSL72.8º38.07%61.37%-
HSV(B)72.8º38.66%76.08%-
XYZ40.9849.3824.82-
YUV180.6793.2126.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=36.25%
G=39.51%
B=24.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941190.0800.390.2472.838.0761.37
HexB2C27780271849263d
Octal26230216710047301114675
Binary1011001011000010111011110000100111110001001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C277; }

 p { color: rgb(178,194,119); }

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

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

 a { background-color: rgb(178,194,119); }

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

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

 span { border-color: rgb(178,194,119); }

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