#B0C07B

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

Shades of Caper #B0C07B

Tints of Caper #B0C07B

Color information

#B0C07B (or 0xB0C07B) is unknown color: approx Caper. HEX triplet: B0, C0 and 7B. RGB value is (176,192,123). Sum of RGB (Red+Green+Blue) = 176+192+123=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C07B is #4F3F84. Grayscale: #B3B3B3. Windows color (decimal): -5193605 or 8110256. OLE color: 8110256.

HSL color Cylindrical-coordinate representation of color #B0C07B: hue angle of 73.91º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0C07B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB176192123-
CMYK0.0800.360.25
HSL73.91º35.38%61.76%-
HSV(B)73.91º35.94%75.29%-
XYZ40.3348.3625.95-
YUV179.3596.2125.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=35.85%
G=39.10%
B=25.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921230.0800.360.2573.9135.3861.76
HexB0C07B8024194a233e
Octal26030017310044311124376
Binary1011000011000000111101110000100100110011001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C07B; }

 p { color: rgb(176,192,123); }

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

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

 a { background-color: rgb(176,192,123); }

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

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

 span { border-color: rgb(176,192,123); }

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