Html Css Color HEX #B7BA5C Olive Green

📋 copy color: '#B7BA5C'

red 183 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #B7BA5C

Tints of Olive Green #B7BA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 39.7%
G = 40.35%
B = 19.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B7BA5C (or 0xB7BA5C) is known color: Olive Green. HEX triplet: B7, BA and 5C. RGB value is (183,186,92). Sum of RGB (Red+Green+Blue) = 183+186+92=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA5C is #4845A3. Grayscale: #AEAEAE. Windows color (decimal): -4736420 or 6077111. OLE color: 6077111.

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

Color convert

RGB 183 186 92 -
CMYK 0.02 0 0.51 0.27
HSL 61.91º 0.41% 0.55% -
HSV(B) 61.91º 0.51% 0.73% -
XYZ 39.02 45.96 16.94 -
YUV 174.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 183 186 92 0.02 0 0.51 0.27 61.91 0.41 0.55
Hex B7 BA 5C 2 0 33 1B 3E 29 37
Octal 267 272 134 2 0 63 33 76 51 67
Binary 10110111 10111010 1011100 10 0 110011 11011 111110 101001 110111

Color Harmonies of #B7BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA5C

Black with #B7BA5C

Text Example


Text Example

White with #B7BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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