Html Css Color HEX #B2C886 Caper

📋 copy color: '#B2C886'

red 178 ◦ green 200 ◦ blue 134

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

Shades of Caper #B2C886

Tints of Caper #B2C886

RGB

 RED value IS 178 (69.92% from 255) = 34.77%

 GREEN value IS 200 (78.52% from 255) = 39.06%

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

R = 34.77%
G = 39.06%
B = 26.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#B2C886 (or 0xB2C886) is known color: Caper. HEX triplet: B2, C8 and 86. RGB value is (178,200,134). Sum of RGB (Red+Green+Blue) = 178+200+134=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C886 is #4D3779. Grayscale: #BABABA. Windows color (decimal): -5060474 or 8833202. OLE color: 8833202.

HSL color Cylindrical-coordinate representation of color #B2C886: hue angle of 80º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2C886 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 134 -
CMYK 0.11 0 0.33 0.22
HSL 80º 0.38% 0.65% -
HSV(B) 80º 0.33% 0.78% -
XYZ 43.32 52.49 30.4 -
YUV 185.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 178 200 134 0.11 0 0.33 0.22 80 0.38 0.65
Hex B2 C8 86 B 0 21 16 50 26 41
Octal 262 310 206 13 0 41 26 120 46 101
Binary 10110010 11001000 10000110 1011 0 100001 10110 1010000 100110 1000001

Color Harmonies of #B2C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C886

Black with #B2C886

Text Example


Text Example

White with #B2C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C886; }

 p { color: rgb(178,200,134); }

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

background-color css

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

 a { background-color: rgb(178,200,134); }

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

border-color css

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

 span { border-color: rgb(178,200,134); }

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