Html Css Color HEX #BFB457 Olive Green

📋 copy color: '#BFB457'

red 191 ◦ green 180 ◦ blue 87

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

Shades of Olive Green #BFB457

Tints of Olive Green #BFB457

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 87 (34.38% from 255) = 19%

R = 41.7%
G = 39.3%
B = 19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFB457 (or 0xBFB457) is known color: Olive Green. HEX triplet: BF, B4 and 57. RGB value is (191,180,87). Sum of RGB (Red+Green+Blue) = 191+180+87=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB457 is #404BA8. Grayscale: #ADADAD. Windows color (decimal): -4213673 or 5747903. OLE color: 5747903.

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

Color convert

RGB 191 180 87 -
CMYK 0 0.06 0.54 0.25
HSL 53.65º 0.45% 0.55% -
HSV(B) 53.65º 0.54% 0.75% -
XYZ 39.53 44.41 15.5 -
YUV 172.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 191 180 87 0 0.06 0.54 0.25 53.65 0.45 0.55
Hex BF B4 57 0 6 36 19 36 2D 37
Octal 277 264 127 0 6 66 31 66 55 67
Binary 10111111 10110100 1010111 0 110 110110 11001 110110 101101 110111

Color Harmonies of #BFB457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB457

Black with #BFB457

Text Example


Text Example

White with #BFB457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB457; }

 p { color: rgb(191,180,87); }

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

background-color css

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

 a { background-color: rgb(191,180,87); }

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

border-color css

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

 span { border-color: rgb(191,180,87); }

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