Html Css Color HEX #B5AF54 Olive Green

📋 copy color: '#B5AF54'

red 181 ◦ green 175 ◦ blue 84

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

Shades of Olive Green #B5AF54

Tints of Olive Green #B5AF54

RGB

 RED value IS 181 (71.09% from 255) = 41.14%

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

 BLUE value IS 84 (33.2% from 255) = 19.09%

R = 41.14%
G = 39.77%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B5AF54 (or 0xB5AF54) is known color: Olive Green. HEX triplet: B5, AF and 54. RGB value is (181,175,84). Sum of RGB (Red+Green+Blue) = 181+175+84=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF54 is #4A50AB. Grayscale: #A6A6A6. Windows color (decimal): -4870316 or 5550005. OLE color: 5550005.

HSL color Cylindrical-coordinate representation of color #B5AF54: hue angle of 56.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5AF54 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 84 -
CMYK 0 0.03 0.54 0.29
HSL 56.29º 0.4% 0.52% -
HSV(B) 56.29º 0.54% 0.71% -
XYZ 35.99 41.12 14.43 -
YUV 166.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 181 175 84 0 0.03 0.54 0.29 56.29 0.4 0.52
Hex B5 AF 54 0 3 36 1D 38 28 34
Octal 265 257 124 0 3 66 35 70 50 64
Binary 10110101 10101111 1010100 0 11 110110 11101 111000 101000 110100

Color Harmonies of #B5AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF54

Black with #B5AF54

Text Example


Text Example

White with #B5AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF54; }

 p { color: rgb(181,175,84); }

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

background-color css

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

 a { background-color: rgb(181,175,84); }

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

border-color css

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

 span { border-color: rgb(181,175,84); }

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