Html Css Color HEX #B2B963 Olive Green

📋 copy color: '#B2B963'

red 178 ◦ green 185 ◦ blue 99

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

Shades of Olive Green #B2B963

Tints of Olive Green #B2B963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 38.53%
G = 40.04%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B2B963 (or 0xB2B963) is known color: Olive Green. HEX triplet: B2, B9 and 63. RGB value is (178,185,99). Sum of RGB (Red+Green+Blue) = 178+185+99=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B963 is #4D469C. Grayscale: #ADADAD. Windows color (decimal): -5064349 or 6535602. OLE color: 6535602.

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

Color convert

RGB 178 185 99 -
CMYK 0.04 0 0.46 0.27
HSL 64.88º 0.38% 0.56% -
HSV(B) 64.88º 0.46% 0.73% -
XYZ 37.96 45.06 18.5 -
YUV 173.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 178 185 99 0.04 0 0.46 0.27 64.88 0.38 0.56
Hex B2 B9 63 4 0 2E 1B 41 26 38
Octal 262 271 143 4 0 56 33 101 46 70
Binary 10110010 10111001 1100011 100 0 101110 11011 1000001 100110 111000

Color Harmonies of #B2B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B963

Black with #B2B963

Text Example


Text Example

White with #B2B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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