Html Css Color HEX #BFB758 Olive Green

📋 copy color: '#BFB758'

red 191 ◦ green 183 ◦ blue 88

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

Shades of Olive Green #BFB758

Tints of Olive Green #BFB758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 41.34%
G = 39.61%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFB758 (or 0xBFB758) is known color: Olive Green. HEX triplet: BF, B7 and 58. RGB value is (191,183,88). Sum of RGB (Red+Green+Blue) = 191+183+88=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB758 is #4048A7. Grayscale: #AEAEAE. Windows color (decimal): -4212904 or 5814207. OLE color: 5814207.

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

Color convert

RGB 191 183 88 -
CMYK 0 0.04 0.54 0.25
HSL 55.34º 0.45% 0.55% -
HSV(B) 55.34º 0.54% 0.75% -
XYZ 40.18 45.65 15.93 -
YUV 174.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 191 183 88 0 0.04 0.54 0.25 55.34 0.45 0.55
Hex BF B7 58 0 4 36 19 37 2D 37
Octal 277 267 130 0 4 66 31 67 55 67
Binary 10111111 10110111 1011000 0 100 110110 11001 110111 101101 110111

Color Harmonies of #BFB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB758

Black with #BFB758

Text Example


Text Example

White with #BFB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB758; }

 p { color: rgb(191,183,88); }

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

background-color css

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

 a { background-color: rgb(191,183,88); }

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

border-color css

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

 span { border-color: rgb(191,183,88); }

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