#B0C16D

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

Shades of Caper #B0C16D

Tints of Caper #B0C16D

Color information

#B0C16D (or 0xB0C16D) is unknown color: approx Caper. HEX triplet: B0, C1 and 6D. RGB value is (176,193,109). Sum of RGB (Red+Green+Blue) = 176+193+109=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C16D is #4F3E92. Grayscale: #B2B2B2. Windows color (decimal): -5193363 or 7193008. OLE color: 7193008.

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

Color convert

RGB176193109-
CMYK0.0900.440.24
HSL72.14º40.38%59.22%-
HSV(B)72.14º43.52%75.69%-
XYZ39.7348.4721.73-
YUV178.3488.87126.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=36.82%
G=40.38%
B=22.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931090.0900.440.2472.1440.3859.22
HexB0C16D902C1848283b
Octal26030115511054301105073
Binary1011000011000001110110110010101100110001001000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C16D; }

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

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

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

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

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

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

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

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