#B0C378

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

Shades of Caper #B0C378

Tints of Caper #B0C378

Color information

#B0C378 (or 0xB0C378) is unknown color: approx Caper. HEX triplet: B0, C3 and 78. RGB value is (176,195,120). Sum of RGB (Red+Green+Blue) = 176+195+120=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C378 is #4F3C87. Grayscale: #B5B5B5. Windows color (decimal): -5192840 or 7914416. OLE color: 7914416.

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

Color convert

RGB176195120-
CMYK0.1000.380.24
HSL75.2º38.46%61.76%-
HSV(B)75.2º38.46%76.47%-
XYZ40.8149.6225.2-
YUV180.7793.71124.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=35.85%
G=39.71%
B=24.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951200.1000.380.2475.238.4661.76
HexB0C378A026184b263e
Octal26030317012046301134676
Binary1011000011000011111100010100100110110001001011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C378; }

 p { color: rgb(176,195,120); }

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

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

 a { background-color: rgb(176,195,120); }

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

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

 span { border-color: rgb(176,195,120); }

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