Html Css Color HEX #B7AD50 Olive Green

📋 copy color: '#B7AD50'

red 183 ◦ green 173 ◦ blue 80

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

Shades of Olive Green #B7AD50

Tints of Olive Green #B7AD50

RGB

 RED value IS 183 (71.88% from 255) = 41.97%

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 41.97%
G = 39.68%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B7AD50 (or 0xB7AD50) is known color: Olive Green. HEX triplet: B7, AD and 50. RGB value is (183,173,80). Sum of RGB (Red+Green+Blue) = 183+173+80=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD50 is #4852AF. Grayscale: #A5A5A5. Windows color (decimal): -4739760 or 5287351. OLE color: 5287351.

HSL color Cylindrical-coordinate representation of color #B7AD50: hue angle of 54.17º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7AD50 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 80 -
CMYK 0 0.05 0.56 0.28
HSL 54.17º 0.42% 0.52% -
HSV(B) 54.17º 0.56% 0.72% -
XYZ 35.92 40.53 13.52 -
YUV 165.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 183 173 80 0 0.05 0.56 0.28 54.17 0.42 0.52
Hex B7 AD 50 0 5 38 1C 36 2A 34
Octal 267 255 120 0 5 70 34 66 52 64
Binary 10110111 10101101 1010000 0 101 111000 11100 110110 101010 110100

Color Harmonies of #B7AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD50

Black with #B7AD50

Text Example


Text Example

White with #B7AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD50; }

 p { color: rgb(183,173,80); }

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

background-color css

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

 a { background-color: rgb(183,173,80); }

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

border-color css

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

 span { border-color: rgb(183,173,80); }

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