Html Css Color HEX #B6C191 Caper

📋 copy color: '#B6C191'

red 182 ◦ green 193 ◦ blue 145

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

Shades of Caper #B6C191

Tints of Caper #B6C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.12%

 BLUE value IS 145 (57.03% from 255) = 27.88%

R = 35%
G = 37.12%
B = 27.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#B6C191 (or 0xB6C191) is known color: Caper. HEX triplet: B6, C1 and 91. RGB value is (182,193,145). Sum of RGB (Red+Green+Blue) = 182+193+145=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C191 is #493E6E. Grayscale: #B8B8B8. Windows color (decimal): -4800111 or 9552310. OLE color: 9552310.

HSL color Cylindrical-coordinate representation of color #B6C191: hue angle of 73.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6C191 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 145 -
CMYK 0.06 0 0.25 0.24
HSL 73.75º 0.28% 0.66% -
HSV(B) 73.75º 0.25% 0.76% -
XYZ 43.47 50.13 34.17 -
YUV 184.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 182 193 145 0.06 0 0.25 0.24 73.75 0.28 0.66
Hex B6 C1 91 6 0 19 18 4A 1C 42
Octal 266 301 221 6 0 31 30 112 34 102
Binary 10110110 11000001 10010001 110 0 11001 11000 1001010 11100 1000010

Color Harmonies of #B6C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C191

Black with #B6C191

Text Example


Text Example

White with #B6C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C191; }

 p { color: rgb(182,193,145); }

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

background-color css

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

 a { background-color: rgb(182,193,145); }

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

border-color css

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

 span { border-color: rgb(182,193,145); }

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