#B9C38B

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

Shades of Caper #B9C38B

Tints of Caper #B9C38B

Color information

#B9C38B (or 0xB9C38B) is unknown color: approx Caper. HEX triplet: B9, C3 and 8B. RGB value is (185,195,139). Sum of RGB (Red+Green+Blue) = 185+195+139=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C38B is #463C74. Grayscale: #B9B9B9. Windows color (decimal): -4602997 or 9159609. OLE color: 9159609.

HSL color Cylindrical-coordinate representation of color #B9C38B: hue angle of 70.71º 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 #B9C38B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB185195139-
CMYK0.0500.290.24
HSL70.71º31.82%65.49%-
HSV(B)70.71º28.72%76.47%-
XYZ44.1851.2131.98-
YUV185.63101.69127.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=35.65%
G=37.57%
B=26.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951390.0500.290.2470.7131.8265.49
HexB9C38B501D18472041
Octal27130321350353010740101
Binary1011100111000011100010111010111011100010001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C38B; }

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

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

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

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

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

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

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

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