Html Css Color HEX #B3BD5C Olive Green

📋 copy color: '#B3BD5C'

red 179 ◦ green 189 ◦ blue 92

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

Shades of Olive Green #B3BD5C

Tints of Olive Green #B3BD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 38.91%
G = 41.09%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#B3BD5C (or 0xB3BD5C) is known color: Olive Green. HEX triplet: B3, BD and 5C. RGB value is (179,189,92). Sum of RGB (Red+Green+Blue) = 179+189+92=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD5C is #4C42A3. Grayscale: #AFAFAF. Windows color (decimal): -4997796 or 6077875. OLE color: 6077875.

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

Color convert

RGB 179 189 92 -
CMYK 0.05 0 0.51 0.26
HSL 66.19º 0.42% 0.55% -
HSV(B) 66.19º 0.51% 0.74% -
XYZ 38.72 46.75 17.11 -
YUV 174.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 179 189 92 0.05 0 0.51 0.26 66.19 0.42 0.55
Hex B3 BD 5C 5 0 33 1A 42 2A 37
Octal 263 275 134 5 0 63 32 102 52 67
Binary 10110011 10111101 1011100 101 0 110011 11010 1000010 101010 110111

Color Harmonies of #B3BD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD5C

Black with #B3BD5C

Text Example


Text Example

White with #B3BD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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