#B3C874

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

Shades of Caper #B3C874

Tints of Caper #B3C874

Color information

#B3C874 (or 0xB3C874) is unknown color: approx Caper. HEX triplet: B3, C8 and 74. RGB value is (179,200,116). Sum of RGB (Red+Green+Blue) = 179+200+116=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C874 is #4C378B. Grayscale: #B8B8B8. Windows color (decimal): -4994956 or 7653555. OLE color: 7653555.

HSL color Cylindrical-coordinate representation of color #B3C874: hue angle of 75º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3C874 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB179200116-
CMYK0.1000.420.22
HSL75º43.3%61.96%-
HSV(B)75º42%78.43%-
XYZ42.452.1524.36-
YUV184.1489.54124.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=36.16%
G=40.40%
B=23.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001160.1000.420.227543.361.96
HexB3C874A02A164b2b3e
Octal26331016412052261135376
Binary1011001111001000111010010100101010101101001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C874; }

 p { color: rgb(179,200,116); }

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

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

 a { background-color: rgb(179,200,116); }

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

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

 span { border-color: rgb(179,200,116); }

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