Html Css Color HEX #B9BC5A Olive Green

📋 copy color: '#B9BC5A'

red 185 ◦ green 188 ◦ blue 90

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

Shades of Olive Green #B9BC5A

Tints of Olive Green #B9BC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 90 (35.55% from 255) = 19.44%

R = 39.96%
G = 40.6%
B = 19.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B9BC5A (or 0xB9BC5A) is known color: Olive Green. HEX triplet: B9, BC and 5A. RGB value is (185,188,90). Sum of RGB (Red+Green+Blue) = 185+188+90=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC5A is #4643A5. Grayscale: #B0B0B0. Windows color (decimal): -4604838 or 5946553. OLE color: 5946553.

HSL color Cylindrical-coordinate representation of color #B9BC5A: hue angle of 61.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9BC5A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 90 -
CMYK 0.02 0 0.52 0.26
HSL 61.84º 0.42% 0.55% -
HSV(B) 61.84º 0.52% 0.74% -
XYZ 39.84 47.02 16.65 -
YUV 175.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 185 188 90 0.02 0 0.52 0.26 61.84 0.42 0.55
Hex B9 BC 5A 2 0 34 1A 3E 2A 37
Octal 271 274 132 2 0 64 32 76 52 67
Binary 10111001 10111100 1011010 10 0 110100 11010 111110 101010 110111

Color Harmonies of #B9BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC5A

Black with #B9BC5A

Text Example


Text Example

White with #B9BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC5A; }

 p { color: rgb(185,188,90); }

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

background-color css

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

 a { background-color: rgb(185,188,90); }

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

border-color css

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

 span { border-color: rgb(185,188,90); }

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