Html Css Color HEX #B7BA5D Olive Green

📋 copy color: '#B7BA5D'

red 183 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #B7BA5D

Tints of Olive Green #B7BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

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

R = 39.61%
G = 40.26%
B = 20.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#B7BA5D (or 0xB7BA5D) is known color: Olive Green. HEX triplet: B7, BA and 5D. RGB value is (183,186,93). Sum of RGB (Red+Green+Blue) = 183+186+93=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA5D is #4845A2. Grayscale: #AEAEAE. Windows color (decimal): -4736419 or 6142647. OLE color: 6142647.

HSL color Cylindrical-coordinate representation of color #B7BA5D: hue angle of 61.94º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7BA5D is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 93 -
CMYK 0.02 0 0.5 0.27
HSL 61.94º 0.4% 0.55% -
HSV(B) 61.94º 0.5% 0.73% -
XYZ 39.06 45.98 17.17 -
YUV 174.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 183 186 93 0.02 0 0.5 0.27 61.94 0.4 0.55
Hex B7 BA 5D 2 0 32 1B 3E 28 37
Octal 267 272 135 2 0 62 33 76 50 67
Binary 10110111 10111010 1011101 10 0 110010 11011 111110 101000 110111

Color Harmonies of #B7BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA5D

Black with #B7BA5D

Text Example


Text Example

White with #B7BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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