Html Css Color HEX #B2BA85 Caper

📋 copy color: '#B2BA85'

red 178 ◦ green 186 ◦ blue 133

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

Shades of Caper #B2BA85

Tints of Caper #B2BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 133 (52.34% from 255) = 26.76%

R = 35.81%
G = 37.42%
B = 26.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B2BA85 (or 0xB2BA85) is known color: Caper. HEX triplet: B2, BA and 85. RGB value is (178,186,133). Sum of RGB (Red+Green+Blue) = 178+186+133=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA85 is #4D457A. Grayscale: #B1B1B1. Windows color (decimal): -5064059 or 8764082. OLE color: 8764082.

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

Color convert

RGB 178 186 133 -
CMYK 0.04 0 0.28 0.27
HSL 69.06º 0.28% 0.63% -
HSV(B) 69.06º 0.28% 0.73% -
XYZ 40.15 46.28 29.01 -
YUV 177.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 178 186 133 0.04 0 0.28 0.27 69.06 0.28 0.63
Hex B2 BA 85 4 0 1C 1B 45 1C 3F
Octal 262 272 205 4 0 34 33 105 34 77
Binary 10110010 10111010 10000101 100 0 11100 11011 1000101 11100 111111

Color Harmonies of #B2BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA85

Black with #B2BA85

Text Example


Text Example

White with #B2BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA85; }

 p { color: rgb(178,186,133); }

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

background-color css

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

 a { background-color: rgb(178,186,133); }

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

border-color css

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

 span { border-color: rgb(178,186,133); }

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