Html Css Color HEX #BFB950 Olive Green

📋 copy color: '#BFB950'

red 191 ◦ green 185 ◦ blue 80

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

Shades of Olive Green #BFB950

Tints of Olive Green #BFB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

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

R = 41.89%
G = 40.57%
B = 17.54%

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

#BFB950 (or 0xBFB950) is known color: Olive Green. HEX triplet: BF, B9 and 50. RGB value is (191,185,80). Sum of RGB (Red+Green+Blue) = 191+185+80=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB950 is #4046AF. Grayscale: #AFAFAF. Windows color (decimal): -4212400 or 5290431. OLE color: 5290431.

HSL color Cylindrical-coordinate representation of color #BFB950: hue angle of 56.76º 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 #BFB950 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 80 -
CMYK 0 0.03 0.58 0.25
HSL 56.76º 0.46% 0.53% -
HSV(B) 56.76º 0.58% 0.75% -
XYZ 40.28 46.35 14.41 -
YUV 174.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 191 185 80 0 0.03 0.58 0.25 56.76 0.46 0.53
Hex BF B9 50 0 3 3A 19 39 2E 35
Octal 277 271 120 0 3 72 31 71 56 65
Binary 10111111 10111001 1010000 0 11 111010 11001 111001 101110 110101

Color Harmonies of #BFB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB950

Black with #BFB950

Text Example


Text Example

White with #BFB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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