Html Css Color HEX #B6C188 Caper

📋 copy color: '#B6C188'

red 182 ◦ green 193 ◦ blue 136

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

Shades of Caper #B6C188

Tints of Caper #B6C188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 35.62%
G = 37.77%
B = 26.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#B6C188 (or 0xB6C188) is known color: Caper. HEX triplet: B6, C1 and 88. RGB value is (182,193,136). Sum of RGB (Red+Green+Blue) = 182+193+136=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C188 is #493E77. Grayscale: #B7B7B7. Windows color (decimal): -4800120 or 8962486. OLE color: 8962486.

HSL color Cylindrical-coordinate representation of color #B6C188: hue angle of 71.58º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6C188 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 136 -
CMYK 0.06 0 0.30 0.24
HSL 71.58º 0.31% 0.65% -
HSV(B) 71.58º 0.3% 0.76% -
XYZ 42.81 49.86 30.66 -
YUV 183.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 182 193 136 0.06 0 0.30 0.24 71.58 0.31 0.65
Hex B6 C1 88 6 0 1E 18 48 1F 41
Octal 266 301 210 6 0 36 30 110 37 101
Binary 10110110 11000001 10001000 110 0 11110 11000 1001000 11111 1000001

Color Harmonies of #B6C188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C188

Black with #B6C188

Text Example


Text Example

White with #B6C188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C188; }

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

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

background-color css

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

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

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

border-color css

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

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

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