Html Css Color HEX #B2B98B Caper

📋 copy color: '#B2B98B'

red 178 ◦ green 185 ◦ blue 139

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

Shades of Caper #B2B98B

Tints of Caper #B2B98B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 35.46%
G = 36.85%
B = 27.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B2B98B (or 0xB2B98B) is known color: Caper. HEX triplet: B2, B9 and 8B. RGB value is (178,185,139). Sum of RGB (Red+Green+Blue) = 178+185+139=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B98B is #4D4674. Grayscale: #B1B1B1. Windows color (decimal): -5064309 or 9157042. OLE color: 9157042.

HSL color Cylindrical-coordinate representation of color #B2B98B: hue angle of 69.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B98B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 139 -
CMYK 0.04 0 0.25 0.27
HSL 69.13º 0.25% 0.64% -
HSV(B) 69.13º 0.25% 0.73% -
XYZ 40.37 46.03 31.18 -
YUV 177.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 178 185 139 0.04 0 0.25 0.27 69.13 0.25 0.64
Hex B2 B9 8B 4 0 19 1B 45 19 40
Octal 262 271 213 4 0 31 33 105 31 100
Binary 10110010 10111001 10001011 100 0 11001 11011 1000101 11001 1000000

Color Harmonies of #B2B98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B98B

Black with #B2B98B

Text Example


Text Example

White with #B2B98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B98B; }

 p { color: rgb(178,185,139); }

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

background-color css

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

 a { background-color: rgb(178,185,139); }

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

border-color css

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

 span { border-color: rgb(178,185,139); }

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