Html Css Color HEX #B8AD52 Olive Green

📋 copy color: '#B8AD52'

red 184 ◦ green 173 ◦ blue 82

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

Shades of Olive Green #B8AD52

Tints of Olive Green #B8AD52

RGB

 RED value IS 184 (72.27% from 255) = 41.91%

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

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 41.91%
G = 39.41%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B8AD52 (or 0xB8AD52) is known color: Olive Green. HEX triplet: B8, AD and 52. RGB value is (184,173,82). Sum of RGB (Red+Green+Blue) = 184+173+82=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD52 is #4752AD. Grayscale: #A6A6A6. Windows color (decimal): -4674222 or 5418424. OLE color: 5418424.

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

Color convert

RGB 184 173 82 -
CMYK 0 0.06 0.55 0.28
HSL 53.53º 0.42% 0.52% -
HSV(B) 53.53º 0.55% 0.72% -
XYZ 36.23 40.69 13.93 -
YUV 165.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 184 173 82 0 0.06 0.55 0.28 53.53 0.42 0.52
Hex B8 AD 52 0 6 37 1C 36 2A 34
Octal 270 255 122 0 6 67 34 66 52 64
Binary 10111000 10101101 1010010 0 110 110111 11100 110110 101010 110100

Color Harmonies of #B8AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD52

Black with #B8AD52

Text Example


Text Example

White with #B8AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD52; }

 p { color: rgb(184,173,82); }

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

background-color css

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

 a { background-color: rgb(184,173,82); }

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

border-color css

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

 span { border-color: rgb(184,173,82); }

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