Html Css Color HEX #B7B45D Olive Green

📋 copy color: '#B7B45D'

red 183 ◦ green 180 ◦ blue 93

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

Shades of Olive Green #B7B45D

Tints of Olive Green #B7B45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

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

R = 40.13%
G = 39.47%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7B45D (or 0xB7B45D) is known color: Olive Green. HEX triplet: B7, B4 and 5D. RGB value is (183,180,93). Sum of RGB (Red+Green+Blue) = 183+180+93=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B45D is #484BA2. Grayscale: #ABABAB. Windows color (decimal): -4737955 or 6141111. OLE color: 6141111.

HSL color Cylindrical-coordinate representation of color #B7B45D: hue angle of 58º 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 #B7B45D is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 180 93 -
CMYK 0 0.02 0.49 0.28
HSL 58º 0.38% 0.54% -
HSV(B) 58º 0.49% 0.72% -
XYZ 37.83 43.5 16.76 -
YUV 170.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 183 180 93 0 0.02 0.49 0.28 58 0.38 0.54
Hex B7 B4 5D 0 2 31 1C 3A 26 36
Octal 267 264 135 0 2 61 34 72 46 66
Binary 10110111 10110100 1011101 0 10 110001 11100 111010 100110 110110

Color Harmonies of #B7B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B45D

Black with #B7B45D

Text Example


Text Example

White with #B7B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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