#B0C17D

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

Shades of Caper #B0C17D

Tints of Caper #B0C17D

Color information

#B0C17D (or 0xB0C17D) is unknown color: approx Caper. HEX triplet: B0, C1 and 7D. RGB value is (176,193,125). Sum of RGB (Red+Green+Blue) = 176+193+125=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C17D is #4F3E82. Grayscale: #B4B4B4. Windows color (decimal): -5193347 or 8241584. OLE color: 8241584.

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

Color convert

RGB176193125-
CMYK0.0900.350.24
HSL75º35.42%62.35%-
HSV(B)75º35.23%75.69%-
XYZ40.6848.8526.69-
YUV180.1696.87125.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=35.63%
G=39.07%
B=25.30%

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
Decimal1761931250.0900.350.247535.4262.35
HexB0C17D9023184b233e
Octal26030117511043301134376
Binary1011000011000001111110110010100011110001001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C17D; }

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

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

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

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

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

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

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

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