#B2CC71

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

Shades of Caper #B2CC71

Tints of Caper #B2CC71

Color information

#B2CC71 (or 0xB2CC71) is unknown color: approx Caper. HEX triplet: B2, CC and 71. RGB value is (178,204,113). Sum of RGB (Red+Green+Blue) = 178+204+113=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC71 is #4D338E. Grayscale: #BABABA. Windows color (decimal): -5059471 or 7457970. OLE color: 7457970.

HSL color Cylindrical-coordinate representation of color #B2CC71: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CC71 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB178204113-
CMYK0.1300.450.2
HSL77.14º47.15%62.16%-
HSV(B)77.14º44.61%80%-
XYZ42.9353.8423.75-
YUV185.8586.89122.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=35.96%
G=41.21%
B=22.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041130.1300.450.277.1447.1562.16
HexB2CC71D02D144d2f3e
Octal26231416115055241155776
Binary1011001011001100111000111010101101101001001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC71; }

 p { color: rgb(178,204,113); }

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

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

 a { background-color: rgb(178,204,113); }

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

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

 span { border-color: rgb(178,204,113); }

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