Html Css Color HEX #B7AD51 Olive Green

📋 copy color: '#B7AD51'

red 183 ◦ green 173 ◦ blue 81

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

Shades of Olive Green #B7AD51

Tints of Olive Green #B7AD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.54%

R = 41.88%
G = 39.59%
B = 18.54%

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

#B7AD51 (or 0xB7AD51) is known color: Olive Green. HEX triplet: B7, AD and 51. RGB value is (183,173,81). Sum of RGB (Red+Green+Blue) = 183+173+81=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD51 is #4852AE. Grayscale: #A5A5A5. Windows color (decimal): -4739759 or 5352887. OLE color: 5352887.

HSL color Cylindrical-coordinate representation of color #B7AD51: hue angle of 54.12º degrees, saturation: 0.41, 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 #B7AD51 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 81 -
CMYK 0 0.05 0.56 0.28
HSL 54.12º 0.41% 0.52% -
HSV(B) 54.12º 0.56% 0.72% -
XYZ 35.96 40.55 13.72 -
YUV 165.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 183 173 81 0 0.05 0.56 0.28 54.12 0.41 0.52
Hex B7 AD 51 0 5 38 1C 36 29 34
Octal 267 255 121 0 5 70 34 66 51 64
Binary 10110111 10101101 1010001 0 101 111000 11100 110110 101001 110100

Color Harmonies of #B7AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD51

Black with #B7AD51

Text Example


Text Example

White with #B7AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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