Html Css Color HEX #B3B467 Olive Green

📋 copy color: '#B3B467'

red 179 ◦ green 180 ◦ blue 103

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

Shades of Olive Green #B3B467

Tints of Olive Green #B3B467

RGB

 RED value IS 179 (70.31% from 255) = 38.74%

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 38.74%
G = 38.96%
B = 22.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B3B467 (or 0xB3B467) is known color: Olive Green. HEX triplet: B3, B4 and 67. RGB value is (179,180,103). Sum of RGB (Red+Green+Blue) = 179+180+103=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B467 is #4C4B98. Grayscale: #ABABAB. Windows color (decimal): -5000089 or 6796467. OLE color: 6796467.

HSL color Cylindrical-coordinate representation of color #B3B467: hue angle of 60.78º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3B467 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 180 103 -
CMYK 0.01 0 0.43 0.29
HSL 60.78º 0.34% 0.55% -
HSV(B) 60.78º 0.43% 0.71% -
XYZ 37.36 43.21 19.2 -
YUV 170.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 179 180 103 0.01 0 0.43 0.29 60.78 0.34 0.55
Hex B3 B4 67 1 0 2B 1D 3D 22 37
Octal 263 264 147 1 0 53 35 75 42 67
Binary 10110011 10110100 1100111 1 0 101011 11101 111101 100010 110111

Color Harmonies of #B3B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B467

Black with #B3B467

Text Example


Text Example

White with #B3B467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B467; }

 p { color: rgb(179,180,103); }

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

background-color css

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

 a { background-color: rgb(179,180,103); }

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

border-color css

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

 span { border-color: rgb(179,180,103); }

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