Html Css Color HEX #B8CA86 Caper

📋 copy color: '#B8CA86'

red 184 ◦ green 202 ◦ blue 134

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

Shades of Caper #B8CA86

Tints of Caper #B8CA86

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

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

R = 35.38%
G = 38.85%
B = 25.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#B8CA86 (or 0xB8CA86) is known color: Caper. HEX triplet: B8, CA and 86. RGB value is (184,202,134). Sum of RGB (Red+Green+Blue) = 184+202+134=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA86 is #473579. Grayscale: #BDBDBD. Windows color (decimal): -4666746 or 8833720. OLE color: 8833720.

HSL color Cylindrical-coordinate representation of color #B8CA86: hue angle of 75.88º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8CA86 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 134 -
CMYK 0.09 0 0.34 0.21
HSL 75.88º 0.39% 0.66% -
HSV(B) 75.88º 0.34% 0.79% -
XYZ 45.19 54.15 30.62 -
YUV 188.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 184 202 134 0.09 0 0.34 0.21 75.88 0.39 0.66
Hex B8 CA 86 9 0 22 15 4C 27 42
Octal 270 312 206 11 0 42 25 114 47 102
Binary 10111000 11001010 10000110 1001 0 100010 10101 1001100 100111 1000010

Color Harmonies of #B8CA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA86

Black with #B8CA86

Text Example


Text Example

White with #B8CA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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