#B0C67A

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

Shades of Caper #B0C67A

Tints of Caper #B0C67A

Color information

#B0C67A (or 0xB0C67A) is unknown color: approx Caper. HEX triplet: B0, C6 and 7A. RGB value is (176,198,122). Sum of RGB (Red+Green+Blue) = 176+198+122=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C67A is #4F3985. Grayscale: #B7B7B7. Windows color (decimal): -5192070 or 8046256. OLE color: 8046256.

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

Color convert

RGB176198122-
CMYK0.1100.380.22
HSL77.37º40%62.75%-
HSV(B)77.37º38.38%77.65%-
XYZ41.6151.0226.07-
YUV182.7693.71123.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=35.48%
G=39.92%
B=24.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981220.1100.380.2277.374062.75
HexB0C67AB026164d283f
Octal26030617213046261155077
Binary1011000011000110111101010110100110101101001101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C67A; }

 p { color: rgb(176,198,122); }

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

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

 a { background-color: rgb(176,198,122); }

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

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

 span { border-color: rgb(176,198,122); }

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