Html Css Color HEX #B9C686 Caper

📋 copy color: '#B9C686'

red 185 ◦ green 198 ◦ blue 134

#B9C686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #B9C686

Tints of Caper #B9C686

RGB

 RED value IS 185 (72.66% from 255) = 35.78%

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 134 (52.73% from 255) = 25.92%

R = 35.78%
G = 38.3%
B = 25.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#B9C686 (or 0xB9C686) is known color: Caper. HEX triplet: B9, C6 and 86. RGB value is (185,198,134). Sum of RGB (Red+Green+Blue) = 185+198+134=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C686 is #463979. Grayscale: #BBBBBB. Windows color (decimal): -4602234 or 8832697. OLE color: 8832697.

HSL color Cylindrical-coordinate representation of color #B9C686: hue angle of 72.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9C686 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 134 -
CMYK 0.07 0 0.32 0.22
HSL 72.19º 0.36% 0.65% -
HSV(B) 72.19º 0.32% 0.78% -
XYZ 44.5 52.42 30.33 -
YUV 186.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 185 198 134 0.07 0 0.32 0.22 72.19 0.36 0.65
Hex B9 C6 86 7 0 20 16 48 24 41
Octal 271 306 206 7 0 40 26 110 44 101
Binary 10111001 11000110 10000110 111 0 100000 10110 1001000 100100 1000001

Color Harmonies of #B9C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C686

Black with #B9C686

Text Example


Text Example

White with #B9C686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C686; }

 p { color: rgb(185,198,134); }

 H1.HeaderClassName
 {
   color: #B9C686;
 }
 .AnyTagClassName
 {
   color: #B9C686;
 }
</style>

background-color css

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

 a { background-color: rgb(185,198,134); }

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

border-color css

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

 span { border-color: rgb(185,198,134); }

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