Html Css Color HEX #B7B05E Olive Green

📋 copy color: '#B7B05E'

red 183 ◦ green 176 ◦ blue 94

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

Shades of Olive Green #B7B05E

Tints of Olive Green #B7B05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 40.4%
G = 38.85%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7B05E (or 0xB7B05E) is known color: Olive Green. HEX triplet: B7, B0 and 5E. RGB value is (183,176,94). Sum of RGB (Red+Green+Blue) = 183+176+94=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B05E is #484FA1. Grayscale: #A9A9A9. Windows color (decimal): -4738978 or 6205623. OLE color: 6205623.

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

Color convert

RGB 183 176 94 -
CMYK 0 0.04 0.49 0.28
HSL 55.28º 0.38% 0.54% -
HSV(B) 55.28º 0.49% 0.72% -
XYZ 37.07 41.93 16.73 -
YUV 168.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 183 176 94 0 0.04 0.49 0.28 55.28 0.38 0.54
Hex B7 B0 5E 0 4 31 1C 37 26 36
Octal 267 260 136 0 4 61 34 67 46 66
Binary 10110111 10110000 1011110 0 100 110001 11100 110111 100110 110110

Color Harmonies of #B7B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B05E

Black with #B7B05E

Text Example


Text Example

White with #B7B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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