Html Css Color HEX #B8CC86 Caper

📋 copy color: '#B8CC86'

red 184 ◦ green 204 ◦ blue 134

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

Shades of Caper #B8CC86

Tints of Caper #B8CC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

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

R = 35.25%
G = 39.08%
B = 25.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#B8CC86 (or 0xB8CC86) is known color: Caper. HEX triplet: B8, CC and 86. RGB value is (184,204,134). Sum of RGB (Red+Green+Blue) = 184+204+134=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CC86 is #473379. Grayscale: #BEBEBE. Windows color (decimal): -4666234 or 8834232. OLE color: 8834232.

HSL color Cylindrical-coordinate representation of color #B8CC86: hue angle of 77.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8CC86 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 134 -
CMYK 0.10 0 0.34 0.2
HSL 77.14º 0.41% 0.66% -
HSV(B) 77.14º 0.34% 0.8% -
XYZ 45.66 55.1 30.78 -
YUV 190.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 184 204 134 0.10 0 0.34 0.2 77.14 0.41 0.66
Hex B8 CC 86 A 0 22 14 4D 29 42
Octal 270 314 206 12 0 42 24 115 51 102
Binary 10111000 11001100 10000110 1010 0 100010 10100 1001101 101001 1000010

Color Harmonies of #B8CC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CC86

Black with #B8CC86

Text Example


Text Example

White with #B8CC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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