Html Css Color HEX #B3BD62 Olive Green

📋 copy color: '#B3BD62'

red 179 ◦ green 189 ◦ blue 98

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

Shades of Olive Green #B3BD62

Tints of Olive Green #B3BD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 38.41%
G = 40.56%
B = 21.03%

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

#B3BD62 (or 0xB3BD62) is known color: Olive Green. HEX triplet: B3, BD and 62. RGB value is (179,189,98). Sum of RGB (Red+Green+Blue) = 179+189+98=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD62 is #4C429D. Grayscale: #AFAFAF. Windows color (decimal): -4997790 or 6471091. OLE color: 6471091.

HSL color Cylindrical-coordinate representation of color #B3BD62: hue angle of 66.59º 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 #B3BD62 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 98 -
CMYK 0.05 0 0.48 0.26
HSL 66.59º 0.41% 0.56% -
HSV(B) 66.59º 0.48% 0.74% -
XYZ 38.99 46.86 18.55 -
YUV 175.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 179 189 98 0.05 0 0.48 0.26 66.59 0.41 0.56
Hex B3 BD 62 5 0 30 1A 43 29 38
Octal 263 275 142 5 0 60 32 103 51 70
Binary 10110011 10111101 1100010 101 0 110000 11010 1000011 101001 111000

Color Harmonies of #B3BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD62

Black with #B3BD62

Text Example


Text Example

White with #B3BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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