#B0C87E

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

Shades of Caper #B0C87E

Tints of Caper #B0C87E

Color information

#B0C87E (or 0xB0C87E) is unknown color: approx Caper. HEX triplet: B0, C8 and 7E. RGB value is (176,200,126). Sum of RGB (Red+Green+Blue) = 176+200+126=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C87E is #4F3781. Grayscale: #B8B8B8. Windows color (decimal): -5191554 or 8308912. OLE color: 8308912.

HSL color Cylindrical-coordinate representation of color #B0C87E: hue angle of 79.46º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C87E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB176200126-
CMYK0.1200.370.22
HSL79.46º40.22%63.92%-
HSV(B)79.46º37%78.43%-
XYZ42.3252.0527.55-
YUV184.3995.05122.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=35.06%
G=39.84%
B=25.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001260.1200.370.2279.4640.2263.92
HexB0C87EC025164f2840
Octal260310176140452611750100
Binary10110000110010001111110110001001011011010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C87E; }

 p { color: rgb(176,200,126); }

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

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

 a { background-color: rgb(176,200,126); }

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

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

 span { border-color: rgb(176,200,126); }

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