Html Css Color HEX #BFBA50 Olive Green

📋 copy color: '#BFBA50'

red 191 ◦ green 186 ◦ blue 80

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

Shades of Olive Green #BFBA50

Tints of Olive Green #BFBA50

RGB

 RED value IS 191 (75% from 255) = 41.79%

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

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 41.79%
G = 40.7%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BFBA50 (or 0xBFBA50) is known color: Olive Green. HEX triplet: BF, BA and 50. RGB value is (191,186,80). Sum of RGB (Red+Green+Blue) = 191+186+80=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA50 is #4045AF. Grayscale: #AFAFAF. Windows color (decimal): -4212144 or 5290687. OLE color: 5290687.

HSL color Cylindrical-coordinate representation of color #BFBA50: hue angle of 57.3º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFBA50 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 80 -
CMYK 0 0.03 0.58 0.25
HSL 57.3º 0.46% 0.53% -
HSV(B) 57.3º 0.58% 0.75% -
XYZ 40.49 46.77 14.48 -
YUV 175.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 191 186 80 0 0.03 0.58 0.25 57.3 0.46 0.53
Hex BF BA 50 0 3 3A 19 39 2E 35
Octal 277 272 120 0 3 72 31 71 56 65
Binary 10111111 10111010 1010000 0 11 111010 11001 111001 101110 110101

Color Harmonies of #BFBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA50

Black with #BFBA50

Text Example


Text Example

White with #BFBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA50; }

 p { color: rgb(191,186,80); }

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

background-color css

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

 a { background-color: rgb(191,186,80); }

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

border-color css

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

 span { border-color: rgb(191,186,80); }

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