Html Css Color HEX #B3BD5E Olive Green

📋 copy color: '#B3BD5E'

red 179 ◦ green 189 ◦ blue 94

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

Shades of Olive Green #B3BD5E

Tints of Olive Green #B3BD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 38.74%
G = 40.91%
B = 20.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#B3BD5E (or 0xB3BD5E) is known color: Olive Green. HEX triplet: B3, BD and 5E. RGB value is (179,189,94). Sum of RGB (Red+Green+Blue) = 179+189+94=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD5E is #4C42A1. Grayscale: #AFAFAF. Windows color (decimal): -4997794 or 6208947. OLE color: 6208947.

HSL color Cylindrical-coordinate representation of color #B3BD5E: hue angle of 66.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3BD5E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 94 -
CMYK 0.05 0 0.50 0.26
HSL 66.32º 0.42% 0.55% -
HSV(B) 66.32º 0.5% 0.74% -
XYZ 38.81 46.79 17.58 -
YUV 175.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 179 189 94 0.05 0 0.50 0.26 66.32 0.42 0.55
Hex B3 BD 5E 5 0 32 1A 42 2A 37
Octal 263 275 136 5 0 62 32 102 52 67
Binary 10110011 10111101 1011110 101 0 110010 11010 1000010 101010 110111

Color Harmonies of #B3BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD5E

Black with #B3BD5E

Text Example


Text Example

White with #B3BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD5E; }

 p { color: rgb(179,189,94); }

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

background-color css

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

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

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

border-color css

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

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

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