Html Css Color HEX #B6D186 Caper

📋 copy color: '#B6D186'

red 182 ◦ green 209 ◦ blue 134

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

Shades of Caper #B6D186

Tints of Caper #B6D186

RGB

 RED value IS 182 (71.48% from 255) = 34.67%

 GREEN value IS 209 (82.03% from 255) = 39.81%

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

R = 34.67%
G = 39.81%
B = 25.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#B6D186 (or 0xB6D186) is known color: Caper. HEX triplet: B6, D1 and 86. RGB value is (182,209,134). Sum of RGB (Red+Green+Blue) = 182+209+134=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D186 is #492E79. Grayscale: #C0C0C0. Windows color (decimal): -4796026 or 8835510. OLE color: 8835510.

HSL color Cylindrical-coordinate representation of color #B6D186: hue angle of 81.6º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6D186 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 209 134 -
CMYK 0.13 0 0.36 0.18
HSL 81.6º 0.45% 0.67% -
HSV(B) 81.6º 0.36% 0.82% -
XYZ 46.39 57.27 31.16 -
YUV 192.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 182 209 134 0.13 0 0.36 0.18 81.6 0.45 0.67
Hex B6 D1 86 D 0 24 12 52 2D 43
Octal 266 321 206 15 0 44 22 122 55 103
Binary 10110110 11010001 10000110 1101 0 100100 10010 1010010 101101 1000011

Color Harmonies of #B6D186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D186

Black with #B6D186

Text Example


Text Example

White with #B6D186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D186; }

 p { color: rgb(182,209,134); }

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

background-color css

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

 a { background-color: rgb(182,209,134); }

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

border-color css

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

 span { border-color: rgb(182,209,134); }

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