Html Css Color HEX #B8C486 Caper

📋 copy color: '#B8C486'

red 184 ◦ green 196 ◦ blue 134

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

Shades of Caper #B8C486

Tints of Caper #B8C486

RGB

 RED value IS 184 (72.27% from 255) = 35.8%

 GREEN value IS 196 (76.95% from 255) = 38.13%

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

R = 35.8%
G = 38.13%
B = 26.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#B8C486 (or 0xB8C486) is known color: Caper. HEX triplet: B8, C4 and 86. RGB value is (184,196,134). Sum of RGB (Red+Green+Blue) = 184+196+134=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C486 is #473B79. Grayscale: #B9B9B9. Windows color (decimal): -4668282 or 8832184. OLE color: 8832184.

HSL color Cylindrical-coordinate representation of color #B8C486: hue angle of 71.61º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8C486 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 196 134 -
CMYK 0.06 0 0.32 0.23
HSL 71.61º 0.34% 0.65% -
HSV(B) 71.61º 0.32% 0.77% -
XYZ 43.81 51.39 30.16 -
YUV 185.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 184 196 134 0.06 0 0.32 0.23 71.61 0.34 0.65
Hex B8 C4 86 6 0 20 17 48 22 41
Octal 270 304 206 6 0 40 27 110 42 101
Binary 10111000 11000100 10000110 110 0 100000 10111 1001000 100010 1000001

Color Harmonies of #B8C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C486

Black with #B8C486

Text Example


Text Example

White with #B8C486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C486; }

 p { color: rgb(184,196,134); }

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

background-color css

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

 a { background-color: rgb(184,196,134); }

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

border-color css

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

 span { border-color: rgb(184,196,134); }

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