Html Css Color HEX #B3BD63 Olive Green

📋 copy color: '#B3BD63'

red 179 ◦ green 189 ◦ blue 99

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

Shades of Olive Green #B3BD63

Tints of Olive Green #B3BD63

RGB

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

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

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

R = 38.33%
G = 40.47%
B = 21.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#B3BD63 (or 0xB3BD63) is known color: Olive Green. HEX triplet: B3, BD and 63. RGB value is (179,189,99). Sum of RGB (Red+Green+Blue) = 179+189+99=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD63 is #4C429C. Grayscale: #B0B0B0. Windows color (decimal): -4997789 or 6536627. OLE color: 6536627.

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

Color convert

RGB 179 189 99 -
CMYK 0.05 0 0.48 0.26
HSL 66.67º 0.41% 0.56% -
HSV(B) 66.67º 0.48% 0.74% -
XYZ 39.04 46.88 18.8 -
YUV 175.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 179 189 99 0.05 0 0.48 0.26 66.67 0.41 0.56
Hex B3 BD 63 5 0 30 1A 43 29 38
Octal 263 275 143 5 0 60 32 103 51 70
Binary 10110011 10111101 1100011 101 0 110000 11010 1000011 101001 111000

Color Harmonies of #B3BD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD63

Black with #B3BD63

Text Example


Text Example

White with #B3BD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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