Html Css Color HEX #B1AD58 Olive Green

📋 copy color: '#B1AD58'

red 177 ◦ green 173 ◦ blue 88

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

Shades of Olive Green #B1AD58

Tints of Olive Green #B1AD58

RGB

 RED value IS 177 (69.53% from 255) = 40.41%

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

 BLUE value IS 88 (34.77% from 255) = 20.09%

R = 40.41%
G = 39.5%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B1AD58 (or 0xB1AD58) is known color: Olive Green. HEX triplet: B1, AD and 58. RGB value is (177,173,88). Sum of RGB (Red+Green+Blue) = 177+173+88=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD58 is #4E52A7. Grayscale: #A4A4A4. Windows color (decimal): -5132968 or 5811633. OLE color: 5811633.

HSL color Cylindrical-coordinate representation of color #B1AD58: hue angle of 57.3º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1AD58 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 88 -
CMYK 0 0.02 0.50 0.31
HSL 57.3º 0.36% 0.52% -
HSV(B) 57.3º 0.5% 0.69% -
XYZ 34.84 39.94 15.11 -
YUV 164.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 177 173 88 0 0.02 0.50 0.31 57.3 0.36 0.52
Hex B1 AD 58 0 2 32 1F 39 24 34
Octal 261 255 130 0 2 62 37 71 44 64
Binary 10110001 10101101 1011000 0 10 110010 11111 111001 100100 110100

Color Harmonies of #B1AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD58

Black with #B1AD58

Text Example


Text Example

White with #B1AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD58; }

 p { color: rgb(177,173,88); }

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

background-color css

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

 a { background-color: rgb(177,173,88); }

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

border-color css

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

 span { border-color: rgb(177,173,88); }

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