#B3C277

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

Shades of Caper #B3C277

Tints of Caper #B3C277

Color information

#B3C277 (or 0xB3C277) is unknown color: approx Caper. HEX triplet: B3, C2 and 77. RGB value is (179,194,119). Sum of RGB (Red+Green+Blue) = 179+194+119=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C277 is #4C3D88. Grayscale: #B5B5B5. Windows color (decimal): -4996489 or 7848627. OLE color: 7848627.

HSL color Cylindrical-coordinate representation of color #B3C277: hue angle of 72º 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 #B3C277 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB179194119-
CMYK0.0800.390.24
HSL72º38.07%61.37%-
HSV(B)72º38.66%76.08%-
XYZ41.2149.524.83-
YUV180.9693.03126.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=36.38%
G=39.43%
B=24.19%

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
Decimal1791941190.0800.390.247238.0761.37
HexB3C27780271848263d
Octal26330216710047301104675
Binary1011001111000010111011110000100111110001001000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C277; }

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

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

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

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

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

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

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

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