Html Css Color HEX #B7B55D Olive Green

📋 copy color: '#B7B55D'

red 183 ◦ green 181 ◦ blue 93

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

Shades of Olive Green #B7B55D

Tints of Olive Green #B7B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 40.04%
G = 39.61%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7B55D (or 0xB7B55D) is known color: Olive Green. HEX triplet: B7, B5 and 5D. RGB value is (183,181,93). Sum of RGB (Red+Green+Blue) = 183+181+93=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B55D is #484AA2. Grayscale: #ABABAB. Windows color (decimal): -4737699 or 6141367. OLE color: 6141367.

HSL color Cylindrical-coordinate representation of color #B7B55D: hue angle of 58.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7B55D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 181 93 -
CMYK 0 0.01 0.49 0.28
HSL 58.67º 0.38% 0.54% -
HSV(B) 58.67º 0.49% 0.72% -
XYZ 38.03 43.91 16.83 -
YUV 171.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 183 181 93 0 0.01 0.49 0.28 58.67 0.38 0.54
Hex B7 B5 5D 0 1 31 1C 3B 26 36
Octal 267 265 135 0 1 61 34 73 46 66
Binary 10110111 10110101 1011101 0 1 110001 11100 111011 100110 110110

Color Harmonies of #B7B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B55D

Black with #B7B55D

Text Example


Text Example

White with #B7B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B55D; }

 p { color: rgb(183,181,93); }

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

background-color css

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

 a { background-color: rgb(183,181,93); }

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

border-color css

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

 span { border-color: rgb(183,181,93); }

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