Html Css Color HEX #B9BA5C Olive Green

📋 copy color: '#B9BA5C'

red 185 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #B9BA5C

Tints of Olive Green #B9BA5C

RGB

 RED value IS 185 (72.66% from 255) = 39.96%

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

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

R = 39.96%
G = 40.17%
B = 19.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9BA5C (or 0xB9BA5C) is known color: Olive Green. HEX triplet: B9, BA and 5C. RGB value is (185,186,92). Sum of RGB (Red+Green+Blue) = 185+186+92=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA5C is #4645A3. Grayscale: #AFAFAF. Windows color (decimal): -4605348 or 6077113. OLE color: 6077113.

HSL color Cylindrical-coordinate representation of color #B9BA5C: hue angle of 60.64º 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 #B9BA5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 92 -
CMYK 0.01 0 0.51 0.27
HSL 60.64º 0.41% 0.55% -
HSV(B) 60.64º 0.51% 0.73% -
XYZ 39.5 46.2 16.96 -
YUV 174.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 185 186 92 0.01 0 0.51 0.27 60.64 0.41 0.55
Hex B9 BA 5C 1 0 33 1B 3D 29 37
Octal 271 272 134 1 0 63 33 75 51 67
Binary 10111001 10111010 1011100 1 0 110011 11011 111101 101001 110111

Color Harmonies of #B9BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA5C

Black with #B9BA5C

Text Example


Text Example

White with #B9BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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