#B0D671

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

Shades of Caper #B0D671

Tints of Caper #B0D671

Color information

#B0D671 (or 0xB0D671) is unknown color: approx Caper. HEX triplet: B0, D6 and 71. RGB value is (176,214,113). Sum of RGB (Red+Green+Blue) = 176+214+113=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D671 is #4F298E. Grayscale: #BFBFBF. Windows color (decimal): -5187983 or 7460528. OLE color: 7460528.

HSL color Cylindrical-coordinate representation of color #B0D671: hue angle of 82.57º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0D671 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB176214113-
CMYK0.1800.470.16
HSL82.57º55.19%64.12%-
HSV(B)82.57º47.2%83.92%-
XYZ44.9358.5224.55-
YUV191.1283.91117.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=34.99%
G=42.54%
B=22.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141130.1800.470.1682.5755.1964.12
HexB0D6711202F10533740
Octal260326161220572012367100
Binary101100001101011011100011001001011111000010100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D671; }

 p { color: rgb(176,214,113); }

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

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

 a { background-color: rgb(176,214,113); }

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

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

 span { border-color: rgb(176,214,113); }

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