Html Css Color HEX #B7AF52 Olive Green

📋 copy color: '#B7AF52'

red 183 ◦ green 175 ◦ blue 82

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

Shades of Olive Green #B7AF52

Tints of Olive Green #B7AF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

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

R = 41.59%
G = 39.77%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B7AF52 (or 0xB7AF52) is known color: Olive Green. HEX triplet: B7, AF and 52. RGB value is (183,175,82). Sum of RGB (Red+Green+Blue) = 183+175+82=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF52 is #4850AD. Grayscale: #A7A7A7. Windows color (decimal): -4739246 or 5418935. OLE color: 5418935.

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

Color convert

RGB 183 175 82 -
CMYK 0 0.04 0.55 0.28
HSL 55.25º 0.41% 0.52% -
HSV(B) 55.25º 0.55% 0.72% -
XYZ 36.38 41.34 14.04 -
YUV 166.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 183 175 82 0 0.04 0.55 0.28 55.25 0.41 0.52
Hex B7 AF 52 0 4 37 1C 37 29 34
Octal 267 257 122 0 4 67 34 67 51 64
Binary 10110111 10101111 1010010 0 100 110111 11100 110111 101001 110100

Color Harmonies of #B7AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF52

Black with #B7AF52

Text Example


Text Example

White with #B7AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF52; }

 p { color: rgb(183,175,82); }

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

background-color css

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

 a { background-color: rgb(183,175,82); }

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

border-color css

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

 span { border-color: rgb(183,175,82); }

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