#B0C97A

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

Shades of Caper #B0C97A

Tints of Caper #B0C97A

Color information

#B0C97A (or 0xB0C97A) is unknown color: approx Caper. HEX triplet: B0, C9 and 7A. RGB value is (176,201,122). Sum of RGB (Red+Green+Blue) = 176+201+122=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C97A is #4F3685. Grayscale: #B8B8B8. Windows color (decimal): -5191302 or 8047024. OLE color: 8047024.

HSL color Cylindrical-coordinate representation of color #B0C97A: hue angle of 78.99º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0C97A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB176201122-
CMYK0.1200.390.21
HSL78.99º42.25%63.33%-
HSV(B)78.99º39.3%78.82%-
XYZ42.352.4126.3-
YUV184.5292.72121.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=35.27%
G=40.28%
B=24.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762011220.1200.390.2178.9942.2563.33
HexB0C97AC027154f2a3f
Octal26031117214047251175277
Binary1011000011001001111101011000100111101011001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C97A; }

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

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

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

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

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

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

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

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