Html Css Color HEX #B3B367 Olive Green

📋 copy color: '#B3B367'

red 179 ◦ green 179 ◦ blue 103

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

Shades of Olive Green #B3B367

Tints of Olive Green #B3B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

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

R = 38.83%
G = 38.83%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B3B367 (or 0xB3B367) is known color: Olive Green. HEX triplet: B3, B3 and 67. RGB value is (179,179,103). Sum of RGB (Red+Green+Blue) = 179+179+103=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B367 is #4C4C98. Grayscale: #AAAAAA. Windows color (decimal): -5000345 or 6796211. OLE color: 6796211.

HSL color Cylindrical-coordinate representation of color #B3B367: hue angle of 60º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3B367 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 103 -
CMYK 0 0 0.42 0.30
HSL 60º 0.33% 0.55% -
HSV(B) 60º 0.42% 0.7% -
XYZ 37.16 42.8 19.14 -
YUV 170.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 179 179 103 0 0 0.42 0.30 60 0.33 0.55
Hex B3 B3 67 0 0 2A 1E 3C 21 37
Octal 263 263 147 0 0 52 36 74 41 67
Binary 10110011 10110011 1100111 0 0 101010 11110 111100 100001 110111

Color Harmonies of #B3B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B367

Black with #B3B367

Text Example


Text Example

White with #B3B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B367; }

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

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

background-color css

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

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

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

border-color css

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

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

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