Html Css Color HEX #B6CA88 Caper

📋 copy color: '#B6CA88'

red 182 ◦ green 202 ◦ blue 136

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

Shades of Caper #B6CA88

Tints of Caper #B6CA88

RGB

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

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

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

R = 35%
G = 38.85%
B = 26.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#B6CA88 (or 0xB6CA88) is known color: Caper. HEX triplet: B6, CA and 88. RGB value is (182,202,136). Sum of RGB (Red+Green+Blue) = 182+202+136=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA88 is #493577. Grayscale: #BCBCBC. Windows color (decimal): -4797816 or 8964790. OLE color: 8964790.

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

Color convert

RGB 182 202 136 -
CMYK 0.10 0 0.33 0.21
HSL 78.18º 0.38% 0.66% -
HSV(B) 78.18º 0.33% 0.79% -
XYZ 44.86 53.96 31.34 -
YUV 188.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 182 202 136 0.10 0 0.33 0.21 78.18 0.38 0.66
Hex B6 CA 88 A 0 21 15 4E 26 42
Octal 266 312 210 12 0 41 25 116 46 102
Binary 10110110 11001010 10001000 1010 0 100001 10101 1001110 100110 1000010

Color Harmonies of #B6CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA88

Black with #B6CA88

Text Example


Text Example

White with #B6CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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