Html Css Color HEX #B7B958 Olive Green

📋 copy color: '#B7B958'

red 183 ◦ green 185 ◦ blue 88

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

Shades of Olive Green #B7B958

Tints of Olive Green #B7B958

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 40.13%
G = 40.57%
B = 19.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B7B958 (or 0xB7B958) is known color: Olive Green. HEX triplet: B7, B9 and 58. RGB value is (183,185,88). Sum of RGB (Red+Green+Blue) = 183+185+88=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B958 is #4846A7. Grayscale: #ADADAD. Windows color (decimal): -4736680 or 5814711. OLE color: 5814711.

HSL color Cylindrical-coordinate representation of color #B7B958: hue angle of 61.24º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7B958 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 185 88 -
CMYK 0.01 0 0.52 0.27
HSL 61.24º 0.41% 0.54% -
HSV(B) 61.24º 0.52% 0.73% -
XYZ 38.64 45.47 15.97 -
YUV 173.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 183 185 88 0.01 0 0.52 0.27 61.24 0.41 0.54
Hex B7 B9 58 1 0 34 1B 3D 29 36
Octal 267 271 130 1 0 64 33 75 51 66
Binary 10110111 10111001 1011000 1 0 110100 11011 111101 101001 110110

Color Harmonies of #B7B958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B958

Black with #B7B958

Text Example


Text Example

White with #B7B958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B958; }

 p { color: rgb(183,185,88); }

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

background-color css

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

 a { background-color: rgb(183,185,88); }

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

border-color css

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

 span { border-color: rgb(183,185,88); }

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