Html Css Color HEX #B9D686 Caper

📋 copy color: '#B9D686'

red 185 ◦ green 214 ◦ blue 134

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

Shades of Caper #B9D686

Tints of Caper #B9D686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

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

R = 34.71%
G = 40.15%
B = 25.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#B9D686 (or 0xB9D686) is known color: Caper. HEX triplet: B9, D6 and 86. RGB value is (185,214,134). Sum of RGB (Red+Green+Blue) = 185+214+134=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D686 is #462979. Grayscale: #C4C4C4. Windows color (decimal): -4598138 or 8836793. OLE color: 8836793.

HSL color Cylindrical-coordinate representation of color #B9D686: hue angle of 81.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9D686 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 214 134 -
CMYK 0.14 0 0.37 0.16
HSL 81.75º 0.49% 0.68% -
HSV(B) 81.75º 0.37% 0.84% -
XYZ 48.36 60.13 31.61 -
YUV 196.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 185 214 134 0.14 0 0.37 0.16 81.75 0.49 0.68
Hex B9 D6 86 E 0 25 10 52 31 44
Octal 271 326 206 16 0 45 20 122 61 104
Binary 10111001 11010110 10000110 1110 0 100101 10000 1010010 110001 1000100

Color Harmonies of #B9D686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D686

Black with #B9D686

Text Example


Text Example

White with #B9D686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D686; }

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

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

background-color css

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

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

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

border-color css

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

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

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