Html Css Color HEX #B7B04D Olive Green

📋 copy color: '#B7B04D'

red 183 ◦ green 176 ◦ blue 77

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

Shades of Olive Green #B7B04D

Tints of Olive Green #B7B04D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 41.97%
G = 40.37%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7B04D (or 0xB7B04D) is known color: Olive Green. HEX triplet: B7, B0 and 4D. RGB value is (183,176,77). Sum of RGB (Red+Green+Blue) = 183+176+77=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B04D is #484FB2. Grayscale: #A7A7A7. Windows color (decimal): -4738995 or 5091511. OLE color: 5091511.

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

Color convert

RGB 183 176 77 -
CMYK 0 0.04 0.58 0.28
HSL 56.04º 0.42% 0.51% -
HSV(B) 56.04º 0.58% 0.72% -
XYZ 36.39 41.65 13.14 -
YUV 166.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 183 176 77 0 0.04 0.58 0.28 56.04 0.42 0.51
Hex B7 B0 4D 0 4 3A 1C 38 2A 33
Octal 267 260 115 0 4 72 34 70 52 63
Binary 10110111 10110000 1001101 0 100 111010 11100 111000 101010 110011

Color Harmonies of #B7B04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B04D

Black with #B7B04D

Text Example


Text Example

White with #B7B04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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