#B0C38B

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

Shades of Caper #B0C38B

Tints of Caper #B0C38B

Color information

#B0C38B (or 0xB0C38B) is unknown color: approx Caper. HEX triplet: B0, C3 and 8B. RGB value is (176,195,139). Sum of RGB (Red+Green+Blue) = 176+195+139=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C38B is #4F3C74. Grayscale: #B7B7B7. Windows color (decimal): -5192821 or 9159600. OLE color: 9159600.

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

Color convert

RGB176195139-
CMYK0.1000.290.24
HSL80.36º31.82%65.49%-
HSV(B)80.36º28.72%76.47%-
XYZ42.0850.1231.88-
YUV182.94103.21123.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=34.51%
G=38.24%
B=27.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951390.1000.290.2480.3631.8265.49
HexB0C38BA01D18502041
Octal260303213120353012040101
Binary10110000110000111000101110100111011100010100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C38B; }

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

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

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

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

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

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

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

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