#B0C17E

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

Shades of Caper #B0C17E

Tints of Caper #B0C17E

Color information

#B0C17E (or 0xB0C17E) is unknown color: approx Caper. HEX triplet: B0, C1 and 7E. RGB value is (176,193,126). Sum of RGB (Red+Green+Blue) = 176+193+126=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C17E is #4F3E81. Grayscale: #B4B4B4. Windows color (decimal): -5193346 or 8307120. OLE color: 8307120.

HSL color Cylindrical-coordinate representation of color #B0C17E: hue angle of 75.22º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0C17E is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB176193126-
CMYK0.0900.350.24
HSL75.22º35.08%62.55%-
HSV(B)75.22º34.72%75.69%-
XYZ40.7448.8827.03-
YUV180.2897.37124.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=35.56%
G=38.99%
B=25.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931260.0900.350.2475.2235.0862.55
HexB0C17E9023184b233f
Octal26030117611043301134377
Binary1011000011000001111111010010100011110001001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C17E; }

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

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

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

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

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

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

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

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