Html Css Color HEX #B7B44D Olive Green

📋 copy color: '#B7B44D'

red 183 ◦ green 180 ◦ blue 77

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

Shades of Olive Green #B7B44D

Tints of Olive Green #B7B44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.5%

R = 41.59%
G = 40.91%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7B44D (or 0xB7B44D) is known color: Olive Green. HEX triplet: B7, B4 and 4D. RGB value is (183,180,77). Sum of RGB (Red+Green+Blue) = 183+180+77=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B44D is #484BB2. Grayscale: #A9A9A9. Windows color (decimal): -4737971 or 5092535. OLE color: 5092535.

HSL color Cylindrical-coordinate representation of color #B7B44D: hue angle of 58.3º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7B44D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 180 77 -
CMYK 0 0.02 0.58 0.28
HSL 58.3º 0.42% 0.51% -
HSV(B) 58.3º 0.58% 0.72% -
XYZ 37.19 43.25 13.41 -
YUV 169.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 183 180 77 0 0.02 0.58 0.28 58.3 0.42 0.51
Hex B7 B4 4D 0 2 3A 1C 3A 2A 33
Octal 267 264 115 0 2 72 34 72 52 63
Binary 10110111 10110100 1001101 0 10 111010 11100 111010 101010 110011

Color Harmonies of #B7B44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B44D

Black with #B7B44D

Text Example


Text Example

White with #B7B44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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