Html Css Color HEX #BFB95B Olive Green

📋 copy color: '#BFB95B'

red 191 ◦ green 185 ◦ blue 91

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

Shades of Olive Green #BFB95B

Tints of Olive Green #BFB95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 40.9%
G = 39.61%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BFB95B (or 0xBFB95B) is known color: Olive Green. HEX triplet: BF, B9 and 5B. RGB value is (191,185,91). Sum of RGB (Red+Green+Blue) = 191+185+91=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB95B is #4046A4. Grayscale: #B0B0B0. Windows color (decimal): -4212389 or 6011327. OLE color: 6011327.

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

Color convert

RGB 191 185 91 -
CMYK 0 0.03 0.52 0.25
HSL 56.4º 0.44% 0.55% -
HSV(B) 56.4º 0.52% 0.75% -
XYZ 40.72 46.53 16.73 -
YUV 176.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 191 185 91 0 0.03 0.52 0.25 56.4 0.44 0.55
Hex BF B9 5B 0 3 34 19 38 2C 37
Octal 277 271 133 0 3 64 31 70 54 67
Binary 10111111 10111001 1011011 0 11 110100 11001 111000 101100 110111

Color Harmonies of #BFB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB95B

Black with #BFB95B

Text Example


Text Example

White with #BFB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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